Implemented interface member:
property
IsSynchronized
System.Collections.ICollection.IsSynchronized
2 references to IsSynchronized
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
393
return _columnCollection.
IsSynchronized
;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
383
return _rowGroupCollectionInternal.
IsSynchronized
;