3 references to TwoWay
PresentationFramework (3)
System\Windows\Data\BindingBase.cs (1)
231
TwoWay = BindingExpressionBase.BindingFlags.
TwoWay
,
System\Windows\Data\BindingExpressionBase.cs (2)
62
PropagationMask = OneWay |
TwoWay
| OneWayToSource | OneTime | PropDefault,
2485
f = BindingFlags.
TwoWay
;