8 writes to IgnoreXmlEvents
System.Data (8)
fx\src\data\System\NewXml\XmlBoundElement.cs (2)
141
doc.
IgnoreXmlEvents
= true;
149
doc.
IgnoreXmlEvents
= bOrigIgnoreXmlEvents;
fx\src\data\System\NewXml\XmlDataDocument.cs (6)
389
IgnoreXmlEvents
= true;
421
IgnoreXmlEvents
= saveIgnore;
602
IgnoreXmlEvents
= true;
661
IgnoreXmlEvents
= saveIgnore;
1490
IgnoreXmlEvents
= true;
1498
IgnoreXmlEvents
= wasIgnoreXmlEvents;
5 references to IgnoreXmlEvents
System.Data (5)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
138
bool bOrigIgnoreXmlEvents = doc.
IgnoreXmlEvents
;
fx\src\data\System\NewXml\XmlDataDocument.cs (4)
388
bool saveIgnore =
IgnoreXmlEvents
;
601
bool saveIgnore =
IgnoreXmlEvents
;
1489
bool wasIgnoreXmlEvents =
IgnoreXmlEvents
;
2035
Debug.Assert(
IgnoreXmlEvents
== true );