2 instantiations of TEXTMETRIC
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
758NativeMethods.TEXTMETRIC tm = new NativeMethods.TEXTMETRIC();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3873NativeMethods.TEXTMETRIC tm = new NativeMethods.TEXTMETRIC();
4 references to TEXTMETRIC
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
758NativeMethods.TEXTMETRIC tm = new NativeMethods.TEXTMETRIC();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3873NativeMethods.TEXTMETRIC tm = new NativeMethods.TEXTMETRIC();
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
358public static extern int GetTextMetricsW(HandleRef hDC, [In, Out] ref NativeMethods.TEXTMETRIC lptm); 363public static int GetTextMetrics(HandleRef hDC, ref NativeMethods.TEXTMETRIC lptm) {