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