1 write to _descriptionLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
43
_descriptionLabel
= new()
13 references to _descriptionLabel
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (13)
52
Controls.Add(
_descriptionLabel
);
89
using Graphics g =
_descriptionLabel
.CreateGraphicsInternal();
112
_descriptionLabel
.Text = _fullDescription;
113
_descriptionLabel
.AccessibleName = _fullDescription; // Don't crop the description for accessibility clients
136
_descriptionLabel
.Location = new(_borderSize, _borderSize + _lineHeight);
161
_descriptionLabel
.SetBounds(
162
_descriptionLabel
.Top,
163
_descriptionLabel
.Left,
191
if (
_descriptionLabel
.Text != title)
199
_descriptionLabel
.Text = _fullDescription;
202
_descriptionLabel
.AccessibleName = _fullDescription;
222
_descriptionLabel
.UseCompatibleTextRendering = OwnerPropertyGrid.UseCompatibleTextRendering;
240
_descriptionLabel
.Location = new(_borderSize, _borderSize + _lineHeight);