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