1 instantiation of TEXTMETRIC
System (1)
compmod\system\diagnostics\assertwrapper.cs (1)
212NativeMethods.TEXTMETRIC tm = new NativeMethods.TEXTMETRIC();
2 references to TEXTMETRIC
System (2)
compmod\microsoft\win32\SafeNativeMethods.cs (1)
54public static extern bool GetTextMetrics(IntPtr hDC, [In, Out] NativeMethods.TEXTMETRIC tm);
compmod\system\diagnostics\assertwrapper.cs (1)
212NativeMethods.TEXTMETRIC tm = new NativeMethods.TEXTMETRIC();