3 references to IsDirty
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1862bool shouldStore = IsEligibleForCommit && (IsDirty || HasValidationError); 1872shouldStore = root.IsEligibleForCommit && (root.IsDirty || root.HasValidationError);
src\Framework\System\Windows\Data\BindingGroup.cs (1)
229if (bb.IsDirty)