1 write to _backgroundFormatStopTime
PresentationFramework (1)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
80
_backgroundFormatStopTime
= DateTime.UtcNow.AddMilliseconds(_stopTimeDelta);
1 reference to _backgroundFormatStopTime
PresentationFramework (1)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
147
internal DateTime BackgroundFormatStopTime { get { return
_backgroundFormatStopTime
; } }