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); 151size.Width = Math.Max(0, size.Width - 2 * _borderSize); 152size.Height = Math.Max(0, size.Height - 2 * _borderSize); 239_titleLabel.Location = new(_borderSize, _borderSize); 240_descriptionLabel.Location = new(_borderSize, _borderSize + _lineHeight);