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