1 instantiation of TEXTMETRIC
System.Windows.Forms (1)
misc\GDI\WindowsGraphics2.cs (1)
702
IntNativeMethods.TEXTMETRIC tm = new IntNativeMethods.
TEXTMETRIC
();
8 references to TEXTMETRIC
System.Windows.Forms (8)
misc\GDI\UnsafeNativeMethods.cs (2)
589
public static extern int GetTextMetricsW(HandleRef hDC, [In, Out] ref IntNativeMethods.
TEXTMETRIC
lptm);
595
public static int GetTextMetrics(HandleRef hDC, ref IntNativeMethods.
TEXTMETRIC
lptm)
misc\GDI\WindowsFont.cs (4)
473
IntNativeMethods.
TEXTMETRIC
tm = (IntNativeMethods.
TEXTMETRIC
) wg.GetTextMetrics();
532
IntNativeMethods.
TEXTMETRIC
tm = (IntNativeMethods.
TEXTMETRIC
) wg.GetTextMetrics();
misc\GDI\WindowsGraphics2.cs (2)
700
public IntNativeMethods.
TEXTMETRIC
GetTextMetrics()
702
IntNativeMethods.
TEXTMETRIC
tm = new IntNativeMethods.TEXTMETRIC();