4 references to OneWay
PresentationFramework (4)
System\Windows\Data\BindingBase.cs (1)
231
OneWay = BindingExpressionBase.BindingFlags.
OneWay
,
System\Windows\Data\BindingExpressionBase.cs (3)
70
PropagationMask =
OneWay
| TwoWay | OneWayToSource | OneTime | PropDefault,
2512
BindingFlags f = BindingFlags.
OneWay
;
2526
(f == BindingFlags.
OneWay
) ? BindingMode.OneWay : BindingMode.TwoWay),