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