1 instantiation of FindToolTipEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
382FindToolTipEventArgs args = new FindToolTipEventArgs(triggerAction);
4 references to FindToolTipEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
671return (e is KeyEventArgs) || (e is FindToolTipEventArgs);
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
382FindToolTipEventArgs args = new FindToolTipEventArgs(triggerAction);
src\Framework\System\Windows\Controls\ToolTipService.cs (2)
628private static void OnFindToolTip(object sender, FindToolTipEventArgs e) 717internal delegate void FindToolTipEventHandler(object sender, FindToolTipEventArgs e);