1 write to _detailsButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
145
_detailsButton
= new(this)
16 references to _detailsButton
System.Windows.Forms (16)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (16)
59
_detailsButton
.Text = $" {SR.ExDlgShowDetails}";
65
_detailsButton
.Image = _expandImage;
77
_detailsButton
.Image = _expandImage;
83
_detailsButton
.Image = _collapseImage;
108
[MemberNotNull(nameof(
_detailsButton
))]
155
_detailsButton
.Click += DetailsClick;
201
_buttonTableLayoutPanel.Controls.Add(
_detailsButton
, 0, 0);
301
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(_ownerGrid, g,
_detailsButton
.Text,
_detailsButton
.Font);
303
detailsWidth +=
_detailsButton
.Image!.Width;
304
_detailsButton
.Width = (int)Math.Ceiling(detailsWidth * (_ownerGrid.UseCompatibleTextRendering ? 1.15f : 1.4f));
305
_detailsButton
.Height = _okButton.Height;
310
int y =
_detailsButton
.Location.Y +
_detailsButton
.Height +
_detailsButton
.Margin.Bottom;
313
Control? parent =
_detailsButton
.Parent;