3 references to PreserveWhitespace
System.Xml (3)
System\Xml\Schema\DtdValidator.cs (1)
247get { return context.ElementDecl != null ? context.ElementDecl.ContentValidator.PreserveWhitespace : false; }
System\Xml\Schema\XdrValidator.cs (1)
335get { return context.ElementDecl != null ? context.ElementDecl.ContentValidator.PreserveWhitespace : false; }
System\Xml\Schema\XsdValidator.cs (1)
547get { return context.ElementDecl != null ? context.ElementDecl.ContentValidator.PreserveWhitespace : false; }