Skip to content

Commit 9b7b032

Browse files
authored
Merge pull request #323 from tiwahu/patch-1
Fix to note about OneWay vs. OneTime performance
2 parents 897c2d4 + 966f33a commit 9b7b032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-apps-src/xaml-platform/x-bind-markup-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ These properties work in much the same way as the properties of the [**Binding**
185185
> [!NOTE]
186186
> If you're converting markup from **{Binding}** to **{x:Bind}**, then be aware of the differences in default values for the **Mode** property.
187187
 
188-
> [**x:DefaultBindMode**](https://docs.microsoft.com/windows/uwp/xaml-platform/x-defaultbindmode-attribute) can be used to change the default mode for x:Bind for a specific segment of the markup tree. The mode selected will apply any x:Bind expressions on that element and its children, that do not explicitly specify a mode as part of the binding. OneTime is more performant than OneWay as using OneTime will cause more code to be generated to hookup and handle the change detection.
188+
> [**x:DefaultBindMode**](https://docs.microsoft.com/windows/uwp/xaml-platform/x-defaultbindmode-attribute) can be used to change the default mode for x:Bind for a specific segment of the markup tree. The mode selected will apply any x:Bind expressions on that element and its children, that do not explicitly specify a mode as part of the binding. OneTime is more performant than OneWay as using OneWay will cause more code to be generated to hookup and handle the change detection.
189189
190190
## Remarks
191191

0 commit comments

Comments
 (0)