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