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