4 references to OneWay
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingBase.cs (1)
234OneWay = BindingExpressionBase.BindingFlags.OneWay,
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
74PropagationMask = OneWay | TwoWay | OneWayToSource | OneTime | PropDefault, 2513BindingFlags f = BindingFlags.OneWay; 2527(f == BindingFlags.OneWay) ? BindingMode.OneWay : BindingMode.TwoWay));