2 implementations of TransformCoords
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
163
HRESULT IOleControlSite.Interface.
TransformCoords
(POINTL* pPtlHimetric, PointF* pPtfContainer, uint dwFlags)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
82
HRESULT IOleControlSite.Interface.
TransformCoords
(POINTL* pPtlHimetric, PointF* pPtfContainer, uint dwFlags)
7 references to TransformCoords
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1078
((IOleControlSite.Interface)_oleSite).
TransformCoords
(
1091
((IOleControlSite.Interface)_oleSite).
TransformCoords
(
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
1114
((IOleControlSite.Interface)ActiveXSite).
TransformCoords
(
1126
((IOleControlSite.Interface)ActiveXSite).
TransformCoords
(
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleControlSite.g.cs (1)
178
return __object.
TransformCoords
(pPtlHimetric, pPtfContainer, dwFlags);
Windows.Win32.System_Ole_IOleControlSite_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleControlSite.Interface.
TransformCoords
(winmdroot.Foundation.POINTL*, global::System.Drawing.PointF*, uint)"/>
30
winmdroot.Foundation.HRESULT __result = @this.
TransformCoords
(pPtlHimetricLocal, pPtfContainerLocal, dwFlags);