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