18 references to AllowsCrossThreadChanges
PresentationFramework (18)
System\Windows\Data\BindingListCollectionView.cs (4)
307if (AllowsCrossThreadChanges) 1409if (AllowsCrossThreadChanges) 1453else if (AllowsCrossThreadChanges) 1560if (AllowsCrossThreadChanges)
System\Windows\Data\CollectionView.cs (5)
308if (AllowsCrossThreadChanges) 322if (AllowsCrossThreadChanges) 1162if (!AllowsCrossThreadChanges) 1324get { return AllowsCrossThreadChanges; } 1414if (AllowsCrossThreadChanges)
System\Windows\Data\ListCollectionView.cs (9)
42if (AllowsCrossThreadChanges) 94if (AllowsCrossThreadChanges) 434if (AllowsCrossThreadChanges) 458if (AllowsCrossThreadChanges) 1611if (AllowsCrossThreadChanges) 1678if (AllowsCrossThreadChanges) 2547IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2665IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3176IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;