3 references to IsOneWayToSource
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1013bool initialTransferIsUpdate = IsOneWayToSource;
System\Windows\Data\BindingExpressionBase.cs (1)
1566if (value == DependencyProperty.UnsetValue && IsOneWayToSource)
System\Windows\Data\MultiBindingExpression.cs (1)
242bool initialTransferIsUpdate = IsOneWayToSource;