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