2 references to IsDirty
PresentationFramework (2)
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);