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