2 implementations of IOleControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
70UnsafeNativeMethods.IOleControl,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
48UnsafeNativeMethods.IOleControl,
11 references to IOleControl
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (5)
216private UnsafeNativeMethods.IOleControl iOleControl; 1242UnsafeNativeMethods.IOleControl oleCtl = this.GetOcx() as UnsafeNativeMethods.IOleControl; 4652private UnsafeNativeMethods.IOleControl GetOleControl() { 4655iOleControl = (UnsafeNativeMethods.IOleControl) instance;
winforms\Managed\System\WinForms\Control.cs (4)
15274int UnsafeNativeMethods.IOleControl.GetControlInfo(NativeMethods.tagCONTROLINFO pCI) { 15297int UnsafeNativeMethods.IOleControl.OnMnemonic(ref NativeMethods.MSG pMsg) { 15311int UnsafeNativeMethods.IOleControl.OnAmbientPropertyChange(int dispID) { 15323int UnsafeNativeMethods.IOleControl.FreezeEvents(int bFreeze) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
75private UnsafeNativeMethods.IOleControl axOleControl; 1088this.axOleControl = (UnsafeNativeMethods.IOleControl)activeXInstance;