Implemented interface member:
2 references to IsSynchronized
PresentationFramework (2)
System\Windows\Documents\TableColumnCollection.cs (1)
390
return _columnCollection.
IsSynchronized
;
System\Windows\Documents\TableRowGroupCollection.cs (1)
381
return _rowGroupCollectionInternal.
IsSynchronized
;