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