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