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