26 references to TEXTMETRICW
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3728
TEXTMETRICW
tm = default;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
722
TEXTMETRICW
tm = default;
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
43
TEXTMETRICW
tm = default;
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
709
_lastHResult = PInvoke.GetThemeTextMetrics(HTHEME, hdc, Part, State, out
TEXTMETRICW
tm);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
85
TEXTMETRICW
tm = default;
System\Windows\Forms\Design\DesignerUtils.cs (1)
534
TEXTMETRICW
metrics = default;
System.Windows.Forms.Primitives (20)
System\Windows\Forms\VisualStyles\TextMetrics.cs (1)
48
internal static TextMetrics FromTEXTMETRICW(
TEXTMETRICW
metrics) => new()
Windows.Win32.IFont.g.cs (8)
711
/// <inheritdoc cref="QueryTextMetrics(winmdroot.Graphics.Gdi.
TEXTMETRICW
*)"/>
712
internal unsafe void QueryTextMetrics(out winmdroot.Graphics.Gdi.
TEXTMETRICW
pTM)
714
fixed (winmdroot.Graphics.Gdi.
TEXTMETRICW
* pTMLocal = &pTM)
723
private static winmdroot.Foundation.HRESULT QueryTextMetrics(IFont* pThis, winmdroot.Graphics.Gdi.
TEXTMETRICW
* pTM)
753
public unsafe void QueryTextMetrics(winmdroot.Graphics.Gdi.
TEXTMETRICW
* pTM)
755
((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.
TEXTMETRICW
* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFont*)Unsafe.AsPointer(ref this), pTM).ThrowOnFailure();
931
internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.
TEXTMETRICW
* ,winmdroot.Foundation.HRESULT> QueryTextMetrics_24;
1049
unsafe winmdroot.Foundation.HRESULT QueryTextMetrics(winmdroot.Graphics.Gdi.
TEXTMETRICW
* pTM);
Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
433
/// <inheritdoc cref="GetTextMetrics(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.
TEXTMETRICW
*)"/>
435
internal static unsafe winmdroot.Foundation.BOOL GetTextMetrics(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.
TEXTMETRICW
lptm)
437
fixed (winmdroot.Graphics.Gdi.
TEXTMETRICW
* lptmLocal = &lptm)
453
internal static extern unsafe winmdroot.Foundation.BOOL GetTextMetrics(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.
TEXTMETRICW
* lptm);
Windows.Win32.PInvoke.UXTHEME.dll.g.cs (4)
1038
/// <inheritdoc cref="GetThemeTextMetrics(winmdroot.UI.Controls.HTHEME, winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Graphics.Gdi.
TEXTMETRICW
*)"/>
1040
internal static unsafe winmdroot.Foundation.HRESULT GetThemeTextMetrics(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.Graphics.Gdi.HDC hdc, int iPartId, int iStateId, out winmdroot.Graphics.Gdi.
TEXTMETRICW
ptm)
1042
fixed (winmdroot.Graphics.Gdi.
TEXTMETRICW
* ptmLocal = &ptm)
1078
internal static extern unsafe winmdroot.Foundation.HRESULT GetThemeTextMetrics(winmdroot.UI.Controls.HTHEME hTheme, winmdroot.Graphics.Gdi.HDC hdc, int iPartId, int iStateId, winmdroot.Graphics.Gdi.
TEXTMETRICW
* ptm);
Windows.Win32.System_Ole_IFont_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Ole.IFont.Interface.QueryTextMetrics(winmdroot.Graphics.Gdi.
TEXTMETRICW
*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT QueryTextMetrics(this winmdroot.System.Ole.IFont.Interface @this, out winmdroot.Graphics.Gdi.
TEXTMETRICW
pTM)
26
fixed (winmdroot.Graphics.Gdi.
TEXTMETRICW
* pTMLocal = &pTM)