Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
7 references to IsEmptyElement
System.Private.Xml (7)
System\Xml\Core\XmlValidatingReader.cs (1)
97get { return _impl.IsEmptyElement; }
System\Xml\Schema\DtdValidator.cs (2)
64if (reader.IsEmptyElement) 167if (Reader.IsEmptyElement && context.ElementDecl.DefaultValueTyped != null)
System\Xml\Schema\XdrValidator.cs (2)
71if (reader.IsEmptyElement) 250if (reader.IsEmptyElement && !context.IsNill && context.ElementDecl.DefaultValueTyped != null)
System\Xml\Schema\XsdValidator.cs (2)
108if (reader.IsEmptyElement) 453if (reader.IsEmptyElement && !context.IsNill && context.ElementDecl.DefaultValueTyped != null)