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