18 references to AllowsCrossThreadChanges
PresentationFramework (18)
System\Windows\Data\BindingListCollectionView.cs (4)
308if (AllowsCrossThreadChanges) 1410if (AllowsCrossThreadChanges) 1454else if (AllowsCrossThreadChanges) 1561if (AllowsCrossThreadChanges)
System\Windows\Data\CollectionView.cs (5)
309if (AllowsCrossThreadChanges) 323if (AllowsCrossThreadChanges) 1163if (!AllowsCrossThreadChanges) 1325get { return AllowsCrossThreadChanges; } 1415if (AllowsCrossThreadChanges)
System\Windows\Data\ListCollectionView.cs (9)
43if (AllowsCrossThreadChanges) 95if (AllowsCrossThreadChanges) 435if (AllowsCrossThreadChanges) 459if (AllowsCrossThreadChanges) 1612if (AllowsCrossThreadChanges) 1679if (AllowsCrossThreadChanges) 2548IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2666IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3177IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;