Implemented interface member:
property
IsReadOnly
System.Collections.Generic.ICollection<T>.IsReadOnly
3 references to IsReadOnly
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
494return this.IsReadOnly;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
379return _columnCollection.IsReadOnly;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
370return _rowGroupCollectionInternal.IsReadOnly;