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