Skip to content

Commit 828fc06

Browse files
Apply suggestions from code review
1 parent 3863ed4 commit 828fc06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hub/apps/develop/data-binding/data-binding-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ namespace ExampleNamespace
439439
</Window>
440440
```
441441

442-
### Mixing {x:Bind} and {Binding} in a reusable Style
442+
### Mixing {x\:Bind} and {Binding} in a reusable Style
443443

444444
While the previous example showed using `{x:Bind}` in DataTemplates, you can also create reusable Styles that combine both `{x:Bind}` and `{Binding}` markup extensions. This is useful when you want to bind some properties to compile-time known values using `{x:Bind}` and other properties to runtime DataContext values using `{Binding}`.
445445

uwp/data-binding/data-binding-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ MainPage.xaml
589589
</Page>
590590
```
591591

592-
### Mixing {x:Bind} and {Binding} in a reusable Style
592+
### Mixing {x\:Bind} and {Binding} in a reusable Style
593593

594594
While the previous example showed using {x:Bind} in DataTemplates, you can also create reusable Styles that combine both {x:Bind} and {Binding} markup extensions. This is useful when you want to bind some properties to compile-time known values using {x:Bind} and other properties to runtime DataContext values using {Binding}.
595595

0 commit comments

Comments
 (0)