5 overrides of IsReadOnly
System.Private.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
1085
public override bool
IsReadOnly
System\Xml\Dom\XmlDocumentType.cs (1)
68
public override bool
IsReadOnly
System\Xml\Dom\XmlEntity.cs (1)
37
public override bool
IsReadOnly
System\Xml\Dom\XmlEntityReference.cs (1)
94
public override bool
IsReadOnly
System\Xml\Dom\XmlNotation.cs (1)
52
public override bool
IsReadOnly
7 references to IsReadOnly
System.Private.Xml (7)
System\Xml\Dom\DocumentXmlWriter.cs (1)
468
if (_start.
IsReadOnly
)
System\Xml\Dom\DocumentXPathNavigator.cs (4)
67
if (node.
IsReadOnly
)
1769
if (attribute.
IsReadOnly
)
1784
if (node.
IsReadOnly
1785
|| end.
IsReadOnly
)
System\Xml\Dom\XmlNode.cs (2)
1320
if (((newParent != null && newParent.
IsReadOnly
) || (oldParent != null && oldParent.
IsReadOnly
)))