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