5 references to ToolTipClosingEvent
PresentationFramework (5)
src\Framework\System\Windows\Controls\ToolTipService.cs (3)
598UIElement.AddHandler(element, ToolTipClosingEvent, handler); 608UIElement.RemoveHandler(element, ToolTipClosingEvent, handler); 701RoutedEvent = ToolTipService.ToolTipClosingEvent;
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1928public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.AddOwner(typeof(FrameworkContentElement));
src\Framework\System\Windows\FrameworkElement.cs (1)
5980public static readonly RoutedEvent ToolTipClosingEvent = ToolTipService.ToolTipClosingEvent.AddOwner(_typeofThis);