9 writes to IgnoreWhitespace
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
242settings.IgnoreWhitespace = false;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
382settings.IgnoreWhitespace = true;
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
258readerSettings.IgnoreWhitespace = true;
System.Data.Services (1)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
168settings.IgnoreWhitespace = true;
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
168settings.IgnoreWhitespace = true;
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
402settings.IgnoreWhitespace = this.ignoreWhitespace;
System\Xml\Core\XmlCharCheckingReader.cs (1)
91settings.IgnoreWhitespace = true;
System\Xml\Core\XmlTextReaderImpl.cs (1)
851settings.IgnoreWhitespace = (whitespaceHandling == WhitespaceHandling.Significant);
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
1990rs.IgnoreWhitespace = true;
13 references to IgnoreWhitespace
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
31if (readerSettings.IgnoreWhitespace) {
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
378this.ignoreWhitespace = settings.IgnoreWhitespace;
System\Xml\Core\XmlReaderSettings.cs (1)
682if (this.ignoreWhitespace && !baseReaderSettings.IgnoreWhitespace) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
446whitespaceHandling = ( 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"/>