20 references to RowHeight
System.Windows.Forms (20)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (20)
217? new(SystemInformation.VerticalScrollBarArrowHeightForDpi(_deviceDpi), RowHeight) 218: new(SystemInformation.VerticalScrollBarArrowHeight, RowHeight); 255? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(_deviceDpi), RowHeight) 256: new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight); 325_listBox.ItemHeight = RowHeight; 1336public int GridEntryHeight => RowHeight; 1646if (RowHeight == -1) 1664pt.Y = (y - _location.Y) / (1 + RowHeight); 1905rect.Y = row * (RowHeight + 1) + 1 + _location.Y; 1906rect.Height = RowHeight; 3302g.DrawLine(splitterPen, _labelWidth, location.Y, _labelWidth, visibleCount * (RowHeight + 1) + location.Y); 3320currentRowHeight = i * (RowHeight + 1) + location.Y; 3342currentRowHeight = visibleCount * (RowHeight + 1) + location.Y; 4208int maxRows = (int)Math.Ceiling(((double)GetOurSize().Height) / (1 + RowHeight)); 4322? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(_deviceDpi), RowHeight) 4323: new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight); 4423_visibleRows = (int)Math.Ceiling(((double)size.Height) / (1 + RowHeight)); 5134DropDownListBox.ItemHeight = RowHeight + 2; 5142_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeightForDpi(_deviceDpi), RowHeight); 5146_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);