2 writes to onNodeInsertedDelegate
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
1277onNodeInsertedDelegate += value; 1280onNodeInsertedDelegate -= value;
4 references to onNodeInsertedDelegate
System.Xml (4)
System\Xml\Dom\XmlDocument.cs (4)
1325if (onNodeInsertingDelegate == null && onNodeInsertedDelegate == null) { 1344if (onNodeInsertingDelegate == null && onNodeInsertedDelegate == null) { 1376if ( onNodeInsertedDelegate != null ) 1377onNodeInsertedDelegate( this, args );