System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (20)
230? new(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight)
231: new(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);
277? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight)
278: new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);
349_listBox.ItemHeight = RowHeight;
1360public int GridEntryHeight => RowHeight;
1670if (RowHeight == -1)
1688pt.Y = (y - _location.Y) / (1 + RowHeight);
1929rect.Y = row * (RowHeight + 1) + 1 + _location.Y;
1930rect.Height = RowHeight;
3341g.DrawLine(splitterPen, _labelWidth, location.Y, _labelWidth, visibleCount * (RowHeight + 1) + location.Y);
3359currentRowHeight = i * (RowHeight + 1) + location.Y;
3381currentRowHeight = visibleCount * (RowHeight + 1) + location.Y;
4247int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight));
4358? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight)
4359: new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);
4456_visibleRows = (int)Math.Ceiling(((double)size.Height) / (1 + RowHeight));
5163DropDownListBox.ItemHeight = RowHeight + 2;
5171_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight);
5175_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);