7 references to GetTextMetrics
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3750PInvoke.GetTextMetrics(hdc, &tm);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
723PInvoke.GetTextMetrics(dc, &tm);
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
44PInvoke.GetTextMetrics(hdc, &tm);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
100PInvoke.GetTextMetrics(hdc, &tm);
System\Windows\Forms\Design\DesignerUtils.cs (1)
535PInvoke.GetTextMetrics(dc, &metrics);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.GDI32.dll.g.cs (2)
433 /// <inheritdoc cref="GetTextMetrics(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.TEXTMETRICW*)"/> 439 winmdroot.Foundation.BOOL __result = PInvoke.GetTextMetrics(hdc, lptmLocal);