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);
1386Rectangle r = GetRectangle(row, rowValue ? RowValue : RowLabel);
1440Rectangle rect = GetRectangle(_selectedRow, RowValue);
2028rect = GetRectangle(startRow, type);
2036rect = GetRectangle(i, type);
3019Rectangle r = GetRectangle(pos.Y, RowLabel);
3093Rectangle itemRect = GetRectangle(point.Y, point.X);
3365Rectangle rect = GetRectangle(i, RowLabel);
3763DropDownListBox.Width = Math.Max(maxWidth, GetRectangle(row, RowValue).Width);
4341Rectangle rect = GetRectangle(row, RowValue);
5295Rectangle itemRect = GetRectangle(mouseLoc.Y, mouseLoc.X);