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