Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
2 references to IsEmptyElement
WindowsBase (2)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (2)
356
if (!reader.
IsEmptyElement
)
427
Debug.Assert(!reader.
IsEmptyElement
, "This method should only be called it the Relationship Element is not empty");