1 instantiation of TEXTMETRICA
System.Windows.Forms (1)
misc\GDI\UnsafeNativeMethods.cs (1)
602IntNativeMethods.TEXTMETRICA lptmA = new IntNativeMethods.TEXTMETRICA();
2 references to TEXTMETRICA
System.Windows.Forms (2)
misc\GDI\UnsafeNativeMethods.cs (2)
593public static extern int GetTextMetricsA(HandleRef hDC, [In, Out] ref IntNativeMethods.TEXTMETRICA lptm); 602IntNativeMethods.TEXTMETRICA lptmA = new IntNativeMethods.TEXTMETRICA();