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