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