4 references to AllowsCrossThreadChanges
PresentationFramework (4)
src\Framework\System\Windows\Data\CollectionView.cs (4)
93
SetFlag(CollectionViewFlags.
AllowsCrossThreadChanges
, syncInfo.IsSynchronized);
1324
get { return CheckFlag(CollectionViewFlags.
AllowsCrossThreadChanges
); }
1329
bool oldValue = CheckFlag(CollectionViewFlags.
AllowsCrossThreadChanges
);
1333
SetFlag(CollectionViewFlags.
AllowsCrossThreadChanges
, value);