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