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