18 references to AllowsCrossThreadChanges
PresentationFramework (18)
System\Windows\Data\BindingListCollectionView.cs (4)
308if (AllowsCrossThreadChanges) 1425if (AllowsCrossThreadChanges) 1469else if (AllowsCrossThreadChanges) 1576if (AllowsCrossThreadChanges)
System\Windows\Data\CollectionView.cs (5)
312if (AllowsCrossThreadChanges) 326if (AllowsCrossThreadChanges) 1166if (!AllowsCrossThreadChanges) 1328get { return AllowsCrossThreadChanges; } 1421if (AllowsCrossThreadChanges)
System\Windows\Data\ListCollectionView.cs (9)
43if (AllowsCrossThreadChanges) 95if (AllowsCrossThreadChanges) 435if (AllowsCrossThreadChanges) 459if (AllowsCrossThreadChanges) 1630if (AllowsCrossThreadChanges) 1697if (AllowsCrossThreadChanges) 2566IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2684IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3195IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;