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