1 write to _titleLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
37
_titleLabel
= new()
11 references to _titleLabel
System.Windows.Forms (11)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (11)
51
Controls.Add(
_titleLabel
);
79
int height =
_titleLabel
.Size.Height;
90
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(OwnerPropertyGrid, g,
_titleLabel
.Text, Font, width);
135
_titleLabel
.Location = new(_borderSize, _borderSize);
154
_titleLabel
.SetBounds(
155
_titleLabel
.Top,
156
_titleLabel
.Left,
193
_titleLabel
.Text = title;
221
_titleLabel
.UseCompatibleTextRendering = OwnerPropertyGrid.UseCompatibleTextRendering;
232
_titleLabel
.Font = new(Font, FontStyle.Bold);
239
_titleLabel
.Location = new(_borderSize, _borderSize);