1 implementation of GetControlInfo
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15274
int UnsafeNativeMethods.IOleControl.
GetControlInfo
(NativeMethods.tagCONTROLINFO pCI) {
2 references to GetControlInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2106
int hr = GetOleControl().
GetControlInfo
(ctlInfo);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
385
int hr = this.axOleControl.
GetControlInfo
(ctlInfo);