6 interfaces inheriting from Interface
System.Windows.Forms.Primitives (6)
Windows.Win32.IOleInPlaceActiveObject.g.cs (1)
368 :winmdroot.System.Ole.IOleWindow.Interface {
Windows.Win32.IOleInPlaceFrame.g.cs (1)
582 :winmdroot.System.Ole.IOleWindow.Interface,winmdroot.System.Ole.IOleInPlaceUIWindow.Interface {
Windows.Win32.IOleInPlaceObject.g.cs (1)
331 :winmdroot.System.Ole.IOleWindow.Interface {
Windows.Win32.IOleInPlaceObjectWindowless.g.cs (1)
383 :winmdroot.System.Ole.IOleWindow.Interface,winmdroot.System.Ole.IOleInPlaceObject.Interface {
Windows.Win32.IOleInPlaceSite.g.cs (1)
575 :winmdroot.System.Ole.IOleWindow.Interface {
Windows.Win32.IOleInPlaceUIWindow.g.cs (1)
366 :winmdroot.System.Ole.IOleWindow.Interface {
6 implementations of Interface
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
43IOleWindow.Interface,
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
19IOleWindow.Interface,
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
23IOleWindow.Interface,
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
19IOleWindow.Interface,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
11internal unsafe class WebBrowserContainer : IOleContainer.Interface, IOleInPlaceFrame.Interface, IOleInPlaceUIWindow.Interface, IOleWindow.Interface
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
26IOleWindow.Interface,
18 references to Interface
System.Windows.Forms (14)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
2532HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) 2548if (parent is IOleWindow.Interface parentWindow) 2562HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode) 2573if (parent is IOleWindow.Interface parentWindow)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
729HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) 732HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
332HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) 335HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
348HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) => ((IOleInPlaceObject.Interface)this).GetWindow(phwnd); 351HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
432HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) 435HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (2)
418HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) 421HRESULT IOleWindow.Interface.ContextSensitiveHelp(BOOL fEnterMode)
System.Windows.Forms.Primitives (4)
Windows.Win32.IOleWindow.g.cs (2)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 108 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IOleWindow_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleWindow.Interface.GetWindow(winmdroot.Foundation.HWND*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.IOleWindow.Interface @this, out winmdroot.Foundation.HWND phwnd)