3 references to TwoWay
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingBase.cs (1)
236
TwoWay = BindingExpressionBase.BindingFlags.
TwoWay
,
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
74
PropagationMask = OneWay |
TwoWay
| OneWayToSource | OneTime | PropDefault,
2516
f = BindingFlags.
TwoWay
;