4 implementations of IOleWindow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
50UnsafeNativeMethods.IOleWindow, 3034UnsafeNativeMethods.IOleWindow,
winforms\Managed\System\WinForms\Control.cs (1)
74UnsafeNativeMethods.IOleWindow,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
52UnsafeNativeMethods.IOleWindow,
14 references to IOleWindow
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AccessibleObject.cs (12)
74private UnsafeNativeMethods.IOleWindow systemIOleWindow = null; 2152int UnsafeNativeMethods.IOleWindow.GetWindow(out IntPtr hwnd) { 2160if (parent is UnsafeNativeMethods.IOleWindow) { 2161return (parent as UnsafeNativeMethods.IOleWindow).GetWindow(out hwnd); 2175void UnsafeNativeMethods.IOleWindow.ContextSensitiveHelp(int fEnterMode) { 2184if (parent is UnsafeNativeMethods.IOleWindow) { 2185(parent as UnsafeNativeMethods.IOleWindow).ContextSensitiveHelp(fEnterMode); 2413systemIOleWindow = acc as UnsafeNativeMethods.IOleWindow; 3042private UnsafeNativeMethods.IOleWindow publicIOleWindow; // AccessibleObject as IOleWindow 3076publicIOleWindow = (UnsafeNativeMethods.IOleWindow) accessibleImplemention; 3261int UnsafeNativeMethods.IOleWindow.GetWindow(out IntPtr hwnd) { 3266void UnsafeNativeMethods.IOleWindow.ContextSensitiveHelp(int fEnterMode) {
winforms\Managed\System\WinForms\Control.cs (2)
15720int UnsafeNativeMethods.IOleWindow.GetWindow(out IntPtr hwnd) { 15728void UnsafeNativeMethods.IOleWindow.ContextSensitiveHelp(int fEnterMode) {