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