5 references to DoVerb
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2154
oleObject.Value->
DoVerb
(
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
331
/// <inheritdoc cref="IOleObject.
DoVerb
(int, MSG*, IOleClientSite*, int, HWND, RECT*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
205
/// <inheritdoc cref="IOleObject.
DoVerb
(int, MSG*, IOleClientSite*, int, HWND, RECT*)"/>
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleObject.g.cs (2)
352
/// <inheritdoc cref="
DoVerb
(int, winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.IOleClientSite*, int, winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*)"/>
359
winmdroot.Foundation.HRESULT __result = this.
DoVerb
(iVerb, lpmsgLocal, pActiveSite, lindex, hwndParent, lprcPosRectLocal);