1 write to _borderSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
186
_borderSize
= LogicalToDeviceUnits(LogicalBorderSize);
10 references to _borderSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (10)
135
_titleLabel.Location = new(
_borderSize
,
_borderSize
);
136
_descriptionLabel.Location = new(
_borderSize
,
_borderSize
+ _lineHeight);
151
size.Width = Math.Max(0, size.Width - 2 *
_borderSize
);
152
size.Height = Math.Max(0, size.Height - 2 *
_borderSize
);
239
_titleLabel.Location = new(
_borderSize
,
_borderSize
);
240
_descriptionLabel.Location = new(
_borderSize
,
_borderSize
+ _lineHeight);