1 implementation of DoVerb
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
206
HRESULT IOleObject.Interface.
DoVerb
(
4 references to DoVerb
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
673
HRESULT hr = _axOleObject!.
DoVerb
((int)verb, null, clientSite, 0, HWND, &posRect);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
377
return __object.
DoVerb
(iVerb, lpmsg, pActiveSite, lindex, hwndParent, lprcPosRect);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
36
/// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.
DoVerb
(int, winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.IOleClientSite*, int, winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*)"/>
43
winmdroot.Foundation.HRESULT __result = @this.
DoVerb
(iVerb, lpmsgLocal, pActiveSite, lindex, hwndParent, lprcPosRectLocal);