6 references to Name
System.Private.Xml.Linq (6)
System\Xml\Linq\XDocumentType.cs (2)
84bool notify = NotifyChanging(this, XObjectChangeEventArgs.Name); 86if (notify) NotifyChanged(this, XObjectChangeEventArgs.Name);
System\Xml\Linq\XElement.cs (2)
276bool notify = NotifyChanging(this, XObjectChangeEventArgs.Name); 278if (notify) NotifyChanged(this, XObjectChangeEventArgs.Name);
System\Xml\Linq\XProcessingInstruction.cs (2)
108bool notify = NotifyChanging(this, XObjectChangeEventArgs.Name); 110if (notify) NotifyChanged(this, XObjectChangeEventArgs.Name);