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