5 references to iSourceToTarget
PresentationFramework (5)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (5)
52
OneWay = PrivateFlags.
iSourceToTarget
,
53
TwoWay = PrivateFlags.
iSourceToTarget
| PrivateFlags.iTargetToSource,
117
iPropagationMask =
iSourceToTarget
| iTargetToSource | iPropDefault,
119
iAdoptionMask =
iSourceToTarget
| iTargetToSource | iNeedsUpdate | iNeedsValidation,
600
return ( TestFlag(PrivateFlags.
iSourceToTarget
)