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)
667
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)
582
private static void OnFindToolTip(object sender,
FindToolTipEventArgs
e)
691
internal delegate void FindToolTipEventHandler(object sender,
FindToolTipEventArgs
e);