20 references to NotifyChanged
System.Private.Xml.Linq (20)
System\Xml\Linq\XAttribute.cs (1)
170
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);
System\Xml\Linq\XComment.cs (1)
84
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);
System\Xml\Linq\XContainer.cs (5)
392
NotifyChanged
(this, XObjectChangeEventArgs.Value);
416
NotifyChanged
(n, XObjectChangeEventArgs.Remove);
561
NotifyChanged
(this, XObjectChangeEventArgs.Value);
618
if (notify)
NotifyChanged
(n, XObjectChangeEventArgs.Add);
1261
if (notify)
NotifyChanged
(n, XObjectChangeEventArgs.Remove);
System\Xml\Linq\XDocumentType.cs (4)
68
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);
86
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Name);
117
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);
134
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);
System\Xml\Linq\XElement.cs (4)
278
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Name);
952
NotifyChanged
(a, XObjectChangeEventArgs.Remove);
1918
if (notify)
NotifyChanged
(a, XObjectChangeEventArgs.Add);
2099
if (notify)
NotifyChanged
(a, XObjectChangeEventArgs.Remove);
System\Xml\Linq\XLinq.cs (2)
52
_parent.
NotifyChanged
(_parent, XObjectChangeEventArgs.Value);
177
if (notify) _parent.
NotifyChanged
(n, XObjectChangeEventArgs.Add);
System\Xml\Linq\XProcessingInstruction.cs (2)
75
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);
110
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Name);
System\Xml\Linq\XText.cs (1)
73
if (notify)
NotifyChanged
(this, XObjectChangeEventArgs.Value);