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