5 references to GetInsertEventArgsForLoad
System.Xml (5)
System\Xml\Dom\XmlAttribute.cs (1)
143XmlNodeChangedEventArgs args = doc.GetInsertEventArgsForLoad( newChild, this );
System\Xml\Dom\XmlDocument.cs (1)
1490XmlNodeChangedEventArgs args = GetInsertEventArgsForLoad( newChild, this );
System\Xml\Dom\XmlElement.cs (1)
116XmlNodeChangedEventArgs args = doc.GetInsertEventArgsForLoad( newChild, this );
System\Xml\Dom\XmlNamedNodemap.cs (1)
142XmlNodeChangedEventArgs args = doc.GetInsertEventArgsForLoad(node, parent);
System\Xml\Dom\XmlNode.cs (1)
565XmlNodeChangedEventArgs args = doc.GetInsertEventArgsForLoad( newChild, this );