1 instantiation of TextMetrics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
920TextMetrics tm = new TextMetrics();
3 references to TextMetrics
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
829public static extern int GetThemeTextMetrics(HandleRef hTheme, HandleRef hdc, int iPartId, int iStateId, ref System.Windows.Forms.VisualStyles.TextMetrics ptm);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
915public TextMetrics GetTextMetrics(IDeviceContext dc) { 920TextMetrics tm = new TextMetrics();