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