winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (14)
556Rectangle rect = GetRectangle( selectedRow, ROWLABEL );
786Rectangle rect = GetRectangle(row, ROWVALUE | ROWLABEL);
1317Rectangle r = GetRectangle(row,ROWVALUE);
1585Rectangle r = GetRectangle(row, rowValue ? ROWVALUE : ROWLABEL);
1687Rectangle rect = GetRectangle(selectedRow, ROWVALUE);
1711Rectangle rect = GetRectangle(selectedRow, ROWVALUE);
2262rect = GetRectangle(startRow, type);
2268rect = GetRectangle(i, type);
3200Rectangle r = GetRectangle(pos.Y, ROWLABEL);
3262Rectangle itemRect = GetRectangle(pt.Y, pt.X);
3535Rectangle rect = GetRectangle(i,ROWLABEL);
3908DropDownListBox.Width = Math.Max(maxWidth, GetRectangle(row,ROWVALUE).Width);
4411Rectangle rect = GetRectangle(row,ROWVALUE);
5295Rectangle itemRect = GetRectangle(mouseLoc.Y, mouseLoc.X);