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