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