2 instantiations of tagCONTROLINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2105
NativeMethods.tagCONTROLINFO ctlInfo = new NativeMethods.
tagCONTROLINFO
();
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
384
NativeMethods.tagCONTROLINFO ctlInfo = new NativeMethods.
tagCONTROLINFO
();
7 references to tagCONTROLINFO
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
2105
NativeMethods.
tagCONTROLINFO
ctlInfo = new NativeMethods.tagCONTROLINFO();
winforms\Managed\System\WinForms\Control.cs (3)
15274
int UnsafeNativeMethods.IOleControl.GetControlInfo(NativeMethods.
tagCONTROLINFO
pCI) {
15277
pCI.cb = Marshal.SizeOf(typeof(NativeMethods.
tagCONTROLINFO
));
16867
internal int GetControlInfo(NativeMethods.
tagCONTROLINFO
pCI) {
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4235
public int cb = Marshal.SizeOf(typeof(
tagCONTROLINFO
));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
5932
NativeMethods.
tagCONTROLINFO
pCI);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
384
NativeMethods.
tagCONTROLINFO
ctlInfo = new NativeMethods.tagCONTROLINFO();