18 references to AllowsCrossThreadChanges
PresentationFramework (18)
System\Windows\Data\BindingListCollectionView.cs (4)
313if (AllowsCrossThreadChanges) 1430if (AllowsCrossThreadChanges) 1474else if (AllowsCrossThreadChanges) 1581if (AllowsCrossThreadChanges)
System\Windows\Data\CollectionView.cs (5)
316if (AllowsCrossThreadChanges) 330if (AllowsCrossThreadChanges) 1170if (!AllowsCrossThreadChanges) 1332get { return AllowsCrossThreadChanges; } 1425if (AllowsCrossThreadChanges)
System\Windows\Data\ListCollectionView.cs (9)
49if (AllowsCrossThreadChanges) 101if (AllowsCrossThreadChanges) 441if (AllowsCrossThreadChanges) 465if (AllowsCrossThreadChanges) 1636if (AllowsCrossThreadChanges) 1703if (AllowsCrossThreadChanges) 2572IList list = AllowsCrossThreadChanges ? ShadowCollection : (SourceCollection as IList); 2690IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList; 3201IList ilFull = (AllowsCrossThreadChanges ? ShadowCollection : SourceCollection) as IList;