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