2 references to OnRaiseToolTipClosingEvent
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
526
ToolTipTimer.Tick += new EventHandler(
OnRaiseToolTipClosingEvent
);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
496
popupControlService.
OnRaiseToolTipClosingEvent
(null, EventArgs.Empty);