1 instantiation of TEXTMETRICA
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
367NativeMethods.TEXTMETRICA lptmA = new NativeMethods.TEXTMETRICA();
2 references to TEXTMETRICA
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
361public static extern int GetTextMetricsA(HandleRef hDC, [In, Out] ref NativeMethods.TEXTMETRICA lptm); 367NativeMethods.TEXTMETRICA lptmA = new NativeMethods.TEXTMETRICA();