2 references to IsDirty
PresentationFramework (2)
System\Windows\Data\BindingExpressionBase.cs (1)
1889
shouldStore = (bg.Owner != null) && (bg.
IsDirty
|| bg.HasValidationError);
System\Windows\Data\BindingGroup.cs (1)
1501
bool shouldStore = Owner != null && (
IsDirty
|| HasValidationError);