2 references to CrossThreadThreshold
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (1)
556if (DateTime.Now.Ticks - startTime > CrossThreadThreshold)
System\Windows\Data\CollectionView.cs (1)
1879mustDeferProcessing = DateTime.Now.Ticks - beginTime > DataBindEngine.CrossThreadThreshold;