12 references to Significant
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
823
((XmlTextReader)_xamlReader).WhitespaceHandling = WhitespaceHandling.
Significant
;
System.Data.Common (4)
System\Data\DataSet.cs (2)
2105
((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.
Significant
;
2620
((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.
Significant
;
System\Data\DataTable.cs (2)
5773
((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.
Significant
;
6012
((XmlTextReader)reader).WhitespaceHandling = WhitespaceHandling.
Significant
;
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
406
_whitespaceHandling = (settings.IgnoreWhitespace) ? WhitespaceHandling.
Significant
: WhitespaceHandling.All;
844
settings.IgnoreWhitespace = (_whitespaceHandling == WhitespaceHandling.
Significant
);
System\Xml\Serialization\XmlSerializer.cs (1)
456
xmlReader.WhitespaceHandling = WhitespaceHandling.
Significant
;
System\Xml\XPath\XPathNavigator.cs (1)
2018
reader.WhitespaceHandling = WhitespaceHandling.
Significant
;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
249
reader.WhitespaceHandling = WhitespaceHandling.
Significant
;
258
reader.WhitespaceHandling = WhitespaceHandling.
Significant
;
System.Windows.Forms (1)
System\Resources\ResXResourceReader.cs (1)
599
reader.WhitespaceHandling = WhitespaceHandling.
Significant
;