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