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