5 overrides of IsReadOnly
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
903public override bool IsReadOnly {
System\Xml\Dom\XmlDocumentType.cs (1)
67public override bool IsReadOnly {
System\Xml\Dom\XmlEntity.cs (1)
42public override bool IsReadOnly {
System\Xml\Dom\XmlEntityReference.cs (1)
86public override bool IsReadOnly {
System\Xml\Dom\XmlNotation.cs (1)
50public override bool IsReadOnly {
7 references to IsReadOnly
System.Xml (7)
System\Xml\Dom\DocumentXmlWriter.cs (1)
386if (start.IsReadOnly) {
System\Xml\Dom\DocumentXPathNavigator.cs (4)
63if (node.IsReadOnly) { 1483if (attribute.IsReadOnly) { 1495if (node.IsReadOnly 1496|| end.IsReadOnly) {
System\Xml\Dom\XmlNode.cs (2)
1098if ( ( (newParent != null && newParent.IsReadOnly) || ( oldParent != null && oldParent.IsReadOnly ) ) )