3 references to IsOneWayToSource
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1008
bool initialTransferIsUpdate =
IsOneWayToSource
;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1559
if (value == DependencyProperty.UnsetValue &&
IsOneWayToSource
)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
243
bool initialTransferIsUpdate =
IsOneWayToSource
;