2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
20
IOleControlSite.
Interface
,
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
24
IOleControlSite.
Interface
,
30 references to Interface
System.Windows.Forms (19)
System\Windows\Forms\ActiveX\AxHost.AxComponentEditor.cs (1)
20
((IOleControlSite.
Interface
)host._oleSite).ShowPropertyFrame().ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.cs (2)
1078
((IOleControlSite.
Interface
)_oleSite).TransformCoords(
1091
((IOleControlSite.
Interface
)_oleSite).TransformCoords(
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (7)
142
HRESULT IOleControlSite.
Interface
.OnControlInfoChanged() => HRESULT.S_OK;
144
HRESULT IOleControlSite.
Interface
.LockInPlaceActive(BOOL fLock) => HRESULT.E_NOTIMPL;
146
HRESULT IOleControlSite.
Interface
.GetExtendedControl(IDispatch** ppDisp)
163
HRESULT IOleControlSite.
Interface
.TransformCoords(POINTL* pPtlHimetric, PointF* pPtfContainer, uint dwFlags)
219
HRESULT IOleControlSite.
Interface
.TranslateAccelerator(MSG* pMsg, KEYMODIFIERS grfModifiers)
241
HRESULT IOleControlSite.
Interface
.OnFocus(BOOL fGotFocus) => HRESULT.S_OK;
243
HRESULT IOleControlSite.
Interface
.ShowPropertyFrame()
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
1114
((IOleControlSite.
Interface
)ActiveXSite).TransformCoords(
1126
((IOleControlSite.
Interface
)ActiveXSite).TransformCoords(
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (7)
67
HRESULT IOleControlSite.
Interface
.OnControlInfoChanged() => HRESULT.S_OK;
69
HRESULT IOleControlSite.
Interface
.LockInPlaceActive(BOOL fLock) => HRESULT.E_NOTIMPL;
71
HRESULT IOleControlSite.
Interface
.GetExtendedControl(IDispatch** ppDisp)
82
HRESULT IOleControlSite.
Interface
.TransformCoords(POINTL* pPtlHimetric, PointF* pPtfContainer, uint dwFlags)
132
HRESULT IOleControlSite.
Interface
.TranslateAccelerator(MSG* pMsg, KEYMODIFIERS grfModifiers)
154
HRESULT IOleControlSite.
Interface
.OnFocus(BOOL fGotFocus) => HRESULT.S_OK;
156
HRESULT IOleControlSite.
Interface
.ShowPropertyFrame() => HRESULT.E_NOTIMPL;
System.Windows.Forms.Primitives (11)
Windows.Win32.IOleControlSite.g.cs (7)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
92
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
124
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
173
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
217
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
250
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
279
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IOleControlSite_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleControlSite.
Interface
.TransformCoords(winmdroot.Foundation.POINTL*, global::System.Drawing.PointF*, uint)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT TransformCoords(this winmdroot.System.Ole.IOleControlSite.
Interface
@this, ref winmdroot.Foundation.POINTL pPtlHimetric, ref global::System.Drawing.PointF pPtfContainer, uint dwFlags)
36
/// <inheritdoc cref="winmdroot.System.Ole.IOleControlSite.
Interface
.TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.KEYMODIFIERS)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(this winmdroot.System.Ole.IOleControlSite.
Interface
@this, in winmdroot.UI.WindowsAndMessaging.MSG pMsg, winmdroot.System.Ole.KEYMODIFIERS grfModifiers)