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