5 references to OLEIVERB_UIACTIVATE
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (4)
16556
case NativeMethods.
OLEIVERB_UIACTIVATE
:
16745
verbUIActivate.lVerb = NativeMethods.
OLEIVERB_UIACTIVATE
;
17121
if (verb != NativeMethods.OLEIVERB_PRIMARY && verb != NativeMethods.
OLEIVERB_UIACTIVATE
) {
17595
InPlaceActivate(NativeMethods.
OLEIVERB_UIACTIVATE
);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1051
DoVerb(NativeMethods.
OLEIVERB_UIACTIVATE
);