2 implementations of GetExtendedControl
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
146HRESULT IOleControlSite.Interface.GetExtendedControl(IDispatch** ppDisp)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
71HRESULT IOleControlSite.Interface.GetExtendedControl(IDispatch** ppDisp)
1 reference to GetExtendedControl
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleControlSite.g.cs (1)
129 return __object.GetExtendedControl(ppDisp);