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);
348_listBox.ItemHeight = RowHeight;
1365public int GridEntryHeight => RowHeight;
1675if (RowHeight == -1)
1693pt.Y = (y - _location.Y) / (1 + RowHeight);
1934rect.Y = row * (RowHeight + 1) + 1 + _location.Y;
1935rect.Height = RowHeight;
3352g.DrawLine(splitterPen, _labelWidth, location.Y, _labelWidth, visibleCount * (RowHeight + 1) + location.Y);
3370currentRowHeight = i * (RowHeight + 1) + location.Y;
3392currentRowHeight = visibleCount * (RowHeight + 1) + location.Y;
4258int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight));
4369? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight)
4370: new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);
4467_visibleRows = (int)Math.Ceiling(((double)size.Height) / (1 + RowHeight));
5174DropDownListBox.ItemHeight = RowHeight + 2;
5182_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight);
5186_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);