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