9 references to All
System.Configuration (3)
System\Configuration\MgmtConfigurationRecord.cs (2)
2325reader.WhitespaceHandling = WhitespaceHandling.All; 3176reader.WhitespaceHandling = WhitespaceHandling.All;
System\Configuration\XmlUtil.cs (1)
976_reader.WhitespaceHandling = WhitespaceHandling.All;
System.Data.SqlXml (1)
System\Xml\Xsl\QueryReaderSettings.cs (1)
73whitespaceHandling = WhitespaceHandling.All;
System.Xml (5)
System\Xml\Core\XmlReaderSettings.cs (2)
640WhitespaceHandling wh = WhitespaceHandling.All; 647if (wh == WhitespaceHandling.All) {
System\Xml\Core\XmlTextReaderImpl.cs (3)
381whitespaceHandling = WhitespaceHandling.All; 446whitespaceHandling = ( settings.IgnoreWhitespace ) ? WhitespaceHandling.Significant : WhitespaceHandling.All; 7081if ( whitespaceHandling == WhitespaceHandling.All ) {