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