4 references to Owner
PresentationFramework (4)
src\Framework\MS\Internal\Data\CommitManager.cs (2)
63DependencyObject owner = bindingGroup.Owner; 128DependencyObject owner = bindingGroup.Owner;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1888shouldStore = (bg.Owner != null) && (bg.IsDirty || bg.HasValidationError);
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1508bool shouldStore = Owner != null && (IsDirty || HasValidationError);