2 instantiations of CONTROLINFO
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1743
CONTROLINFO ctlInfo =
new
()
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
319
CONTROLINFO controlInfo =
new
()
20 references to CONTROLINFO
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1743
CONTROLINFO
ctlInfo = new()
1745
cb = (uint)sizeof(
CONTROLINFO
)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
611
/// <inheritdoc cref="IOleControl.GetControlInfo(
CONTROLINFO
*)"/>
612
internal unsafe HRESULT GetControlInfo(
CONTROLINFO
* pControlInfo)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (3)
28
/// <inheritdoc cref="IOleControl.GetControlInfo(
CONTROLINFO
*)"/>
29
unsafe HRESULT IOleControl.Interface.GetControlInfo(
CONTROLINFO
* pCI)
36
pCI->cb = (uint)sizeof(
CONTROLINFO
);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
319
CONTROLINFO
controlInfo = new()
321
cb = (uint)sizeof(
CONTROLINFO
)
System.Windows.Forms.Primitives (11)
Windows.Win32.IOleControl.g.cs (8)
55
/// <inheritdoc cref="GetControlInfo(winmdroot.System.Ole.
CONTROLINFO
*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT GetControlInfo(ref winmdroot.System.Ole.
CONTROLINFO
pCI)
58
fixed (winmdroot.System.Ole.
CONTROLINFO
* pCILocal = &pCI)
68
private static winmdroot.Foundation.HRESULT GetControlInfo(IOleControl* pThis, winmdroot.System.Ole.
CONTROLINFO
* pCI)
94
public unsafe winmdroot.Foundation.HRESULT GetControlInfo(winmdroot.System.Ole.
CONTROLINFO
* pCI)
96
return ((delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.System.Ole.
CONTROLINFO
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleControl*)Unsafe.AsPointer(ref this), pCI);
236
internal delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.System.Ole.
CONTROLINFO
* ,winmdroot.Foundation.HRESULT> GetControlInfo_4;
272
unsafe winmdroot.Foundation.HRESULT GetControlInfo(winmdroot.System.Ole.
CONTROLINFO
* pCI);
Windows.Win32.System_Ole_IOleControl_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleControl.Interface.GetControlInfo(winmdroot.System.Ole.
CONTROLINFO
*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetControlInfo(this winmdroot.System.Ole.IOleControl.Interface @this, ref winmdroot.System.Ole.
CONTROLINFO
pCI)
26
fixed (winmdroot.System.Ole.
CONTROLINFO
* pCILocal = &pCI)