2 references to OnThrottleBackgroundTimeout
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
100
_throttleBackgroundTimer.Tick += new EventHandler(
OnThrottleBackgroundTimeout
);
123
OnThrottleBackgroundTimeout
(null, EventArgs.Empty);