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