13 references to GetRectangle
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (13)
455Rectangle rect = GetRectangle(_selectedRow, RowLabel); 599Rectangle rect = GetRectangle(row, RowValue | RowLabel); 1156Rectangle rect = GetRectangle(row, RowValue); 1363Rectangle r = GetRectangle(row, rowValue ? RowValue : RowLabel); 1417Rectangle rect = GetRectangle(_selectedRow, RowValue); 2005rect = GetRectangle(startRow, type); 2013rect = GetRectangle(i, type); 2981Rectangle r = GetRectangle(pos.Y, RowLabel); 3055Rectangle itemRect = GetRectangle(point.Y, point.X); 3327Rectangle rect = GetRectangle(i, RowLabel); 3725DropDownListBox.Width = Math.Max(maxWidth, GetRectangle(row, RowValue).Width); 4306Rectangle rect = GetRectangle(row, RowValue); 5266Rectangle itemRect = GetRectangle(mouseLoc.Y, mouseLoc.X);