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