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