5 references to GetInsertEventArgsForLoad
System.Private.Xml (5)
System\Xml\Dom\XmlAttribute.cs (1)
170XmlNodeChangedEventArgs? args = doc.GetInsertEventArgsForLoad(newChild, this);
System\Xml\Dom\XmlDocument.cs (1)
1780XmlNodeChangedEventArgs? args = GetInsertEventArgsForLoad(newChild, this);
System\Xml\Dom\XmlElement.cs (1)
140XmlNodeChangedEventArgs? args = doc.GetInsertEventArgsForLoad(newChild, this);
System\Xml\Dom\XmlNamedNodemap.cs (1)
167XmlNodeChangedEventArgs? args = doc.GetInsertEventArgsForLoad(node, parent);
System\Xml\Dom\XmlNode.cs (1)
658XmlNodeChangedEventArgs? args = doc.GetInsertEventArgsForLoad(newChild, this);