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