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