4 references to OneWay
PresentationFramework (4)
System\Windows\Data\BindingBase.cs (1)
229
OneWay = BindingExpressionBase.BindingFlags.
OneWay
,
System\Windows\Data\BindingExpressionBase.cs (3)
62
PropagationMask =
OneWay
| TwoWay | OneWayToSource | OneTime | PropDefault,
2504
BindingFlags f = BindingFlags.
OneWay
;
2518
(f == BindingFlags.
OneWay
) ? BindingMode.OneWay : BindingMode.TwoWay),