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