2 writes to _outlineSizeExplorerTreeStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
121
_outlineSizeExplorerTreeStyle
= ScaleHelper.ScaleToInitialSystemDpi(OutlineSizeExplorerTreeStyle);
5389
_outlineSizeExplorerTreeStyle
= LogicalToDeviceUnits(OutlineSizeExplorerTreeStyle);
1 reference to _outlineSizeExplorerTreeStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1332
public int OutlineIconSize => IsExplorerTreeSupported ?
_outlineSizeExplorerTreeStyle
: _outlineSize;