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