3 references to _notifyDataErrors
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1106
if (!
_notifyDataErrors
.TryGetValue(itemWR, out itemErrors))
1146
_notifyDataErrors
.Remove(itemWR);
1150
_notifyDataErrors
[itemWR] = itemErrors;