13 references to GetRectangle
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (13)
478Rectangle rect = GetRectangle(_selectedRow, RowLabel); 622Rectangle rect = GetRectangle(row, RowValue | RowLabel); 1179Rectangle rect = GetRectangle(row, RowValue); 1392Rectangle r = GetRectangle(row, rowValue ? RowValue : RowLabel); 1446Rectangle rect = GetRectangle(_selectedRow, RowValue); 2034rect = GetRectangle(startRow, type); 2042rect = GetRectangle(i, type); 3025Rectangle r = GetRectangle(pos.Y, RowLabel); 3099Rectangle itemRect = GetRectangle(point.Y, point.X); 3377Rectangle rect = GetRectangle(i, RowLabel); 3775DropDownListBox.Width = Math.Max(maxWidth, GetRectangle(row, RowValue).Width); 4353Rectangle rect = GetRectangle(row, RowValue); 5307Rectangle itemRect = GetRectangle(mouseLoc.Y, mouseLoc.X);