2 references to ScaleToCurrentDpi
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
72
this.Thickness =
ScaleToCurrentDpi
(DATAGRIDVIEWCOLUMN_defaultWidth);
73
this.MinimumThickness =
ScaleToCurrentDpi
(DATAGRIDVIEWCOLUMN_defaultMinColumnThickness);