1 instantiation of TextMetrics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
920
TextMetrics tm = new
TextMetrics
();
3 references to TextMetrics
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
829
public 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)
915
public
TextMetrics
GetTextMetrics(IDeviceContext dc) {
920
TextMetrics
tm = new TextMetrics();