Implemented interface member:
3 references to IsReadOnly
PresentationFramework (3)
MS\Internal\Documents\ContentElementCollection.cs (1)
479
return this.
IsReadOnly
;
System\Windows\Documents\TableColumnCollection.cs (1)
376
return _columnCollection.
IsReadOnly
;
System\Windows\Documents\TableRowGroupCollection.cs (1)
368
return _rowGroupCollectionInternal.
IsReadOnly
;