2 references to OnThrottleBackgroundTimeout
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1098
_throttleBackgroundTimer.Tick += new EventHandler(
OnThrottleBackgroundTimeout
);
2817
_throttleBackgroundTimer.Tick -=
OnThrottleBackgroundTimeout
;