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