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