4 references to OneTime
PresentationFramework (4)
src\Framework\System\Windows\Data\Binding.cs (1)
382
case BindingFlags.
OneTime
: return BindingMode.OneTime;
src\Framework\System\Windows\Data\BindingBase.cs (2)
271
PropagationMask = OneWay | TwoWay | OneWayToSource |
OneTime
| PropDefault,
346
case BindingMode.OneTime: return BindingFlags.
OneTime
;
src\Framework\System\Windows\Data\MultiBinding.cs (1)
116
case BindingFlags.
OneTime
: return BindingMode.OneTime;