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)
43
IOleWindow.
Interface
,
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
19
IOleWindow.
Interface
,
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
23
IOleWindow.
Interface
,
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
19
IOleWindow.
Interface
,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
11
internal unsafe class WebBrowserContainer : IOleContainer.Interface, IOleInPlaceFrame.Interface, IOleInPlaceUIWindow.Interface, IOleWindow.
Interface
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
26
IOleWindow.
Interface
,
18 references to Interface
System.Windows.Forms (14)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
2532
HRESULT IOleWindow.
Interface
.GetWindow(HWND* phwnd)
2548
if (parent is IOleWindow.
Interface
parentWindow)
2562
HRESULT IOleWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
2573
if (parent is IOleWindow.
Interface
parentWindow)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
729
HRESULT IOleWindow.
Interface
.GetWindow(HWND* phwnd)
732
HRESULT IOleWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
332
HRESULT IOleWindow.
Interface
.GetWindow(HWND* phwnd)
335
HRESULT IOleWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
348
HRESULT IOleWindow.
Interface
.GetWindow(HWND* phwnd) => ((IOleInPlaceObject.Interface)this).GetWindow(phwnd);
351
HRESULT IOleWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
432
HRESULT IOleWindow.
Interface
.GetWindow(HWND* phwnd)
435
HRESULT IOleWindow.
Interface
.ContextSensitiveHelp(BOOL fEnterMode)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (2)
418
HRESULT IOleWindow.
Interface
.GetWindow(HWND* phwnd)
421
HRESULT 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)