9 writes to IgnoreWhitespace
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
242
settings.
IgnoreWhitespace
= false;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
382
settings.
IgnoreWhitespace
= true;
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
258
readerSettings.
IgnoreWhitespace
= true;
System.Data.Services (1)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
168
settings.
IgnoreWhitespace
= true;
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
168
settings.
IgnoreWhitespace
= true;
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
402
settings.
IgnoreWhitespace
= this.ignoreWhitespace;
System\Xml\Core\XmlCharCheckingReader.cs (1)
91
settings.
IgnoreWhitespace
= true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
851
settings.
IgnoreWhitespace
= (whitespaceHandling == WhitespaceHandling.Significant);
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
1990
rs.
IgnoreWhitespace
= true;
13 references to IgnoreWhitespace
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
31
if (readerSettings.
IgnoreWhitespace
) {
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
378
this.ignoreWhitespace = settings.
IgnoreWhitespace
;
System\Xml\Core\XmlReaderSettings.cs (1)
682
if (this.ignoreWhitespace && !baseReaderSettings.
IgnoreWhitespace
) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
446
whitespaceHandling = ( settings.
IgnoreWhitespace
) ? WhitespaceHandling.Significant : WhitespaceHandling.All;
System.Xml.Linq (9)
System\Xml\Linq\XLinq.cs (9)
3885
/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>
3934
/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>
3977
/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>
4068
/// property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/> will be set to false.
5567
/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>
5616
/// the underlying <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>
5660
/// the <see cref="XmlReaderSettings"/> property <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>
5763
/// is enabled then <see cref="XmlReaderSettings.
IgnoreWhitespace
"/> is
5764
/// set to false. See <see cref="XmlReaderSettings.
IgnoreWhitespace
"/>