1 write to _offset2Units
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5391
_offset2Units
= LogicalToDeviceUnits(Offset2Pixels);
3 references to _offset2Units
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
2208
int doubleOffset = 2 *
_offset2Units
;
2213
ControlPaint.DrawFocusRectangle(g, new Rectangle(
_offset2Units
,
_offset2Units
, Size.Width - doubleOffset, Size.Height - doubleOffset));