2 writes to onNodeInsertingDelegate
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
1268onNodeInsertingDelegate += value; 1271onNodeInsertingDelegate -= value;
4 references to onNodeInsertingDelegate
System.Xml (4)
System\Xml\Dom\XmlDocument.cs (4)
1325if (onNodeInsertingDelegate == null && onNodeInsertedDelegate == null) { 1344if (onNodeInsertingDelegate == null && onNodeInsertedDelegate == null) { 1355if ( onNodeInsertingDelegate != null ) 1356onNodeInsertingDelegate( this, args );