4 references to FindToolTipEvent
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolTipService.cs (4)
623EventManager.RegisterClassHandler(typeof(UIElement), FindToolTipEvent, new FindToolTipEventHandler(OnFindToolTip)); 624EventManager.RegisterClassHandler(typeof(ContentElement), FindToolTipEvent, new FindToolTipEventHandler(OnFindToolTip)); 625EventManager.RegisterClassHandler(typeof(UIElement3D), FindToolTipEvent, new FindToolTipEventHandler(OnFindToolTip)); 723RoutedEvent = ToolTipService.FindToolTipEvent;