4 references to Owner
PresentationFramework (4)
MS\Internal\Data\CommitManager.cs (2)
53DependencyObject owner = bindingGroup.Owner; 118DependencyObject owner = bindingGroup.Owner;
System\Windows\Data\BindingExpressionBase.cs (1)
1889shouldStore = (bg.Owner != null) && (bg.IsDirty || bg.HasValidationError);
System\Windows\Data\BindingGroup.cs (1)
1501bool shouldStore = Owner != null && (IsDirty || HasValidationError);