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