2 writes to outlineSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
184
outlineSize
= DpiHelper.LogicalToDeviceUnitsX(OUTLINE_SIZE);
5416
outlineSize
= LogicalToDeviceUnits(OUTLINE_SIZE);
1 reference to outlineSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1565
return
outlineSize
;