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