winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (18)
786Rectangle rect = GetRectangle(row, ROWVALUE | ROWLABEL);
1317Rectangle r = GetRectangle(row,ROWVALUE);
1406if (!toggleExpand || type == ROWVALUE) {
1585Rectangle r = GetRectangle(row, rowValue ? ROWVALUE : ROWLABEL);
1687Rectangle rect = GetRectangle(selectedRow, ROWVALUE);
1711Rectangle rect = GetRectangle(selectedRow, ROWVALUE);
1927pt.X = ROWVALUE;
2140bool fValue = ((flRow & ROWVALUE) != 0);
2241InvalidateRows(row, row, ROWVALUE);
2246InvalidateRows(row, row, ROWVALUE | ROWLABEL);
2251InvalidateRows(startRow, endRow, ROWVALUE | ROWLABEL);
2795DoubleClickRow(selectedRow,false, ROWVALUE);
2815DoubleClickRow(selectedRow,false, ROWVALUE);
3237if (pt == InvalidPosition || (pt.X != ROWLABEL && pt.X != ROWVALUE)) {
3601DoubleClickRow(row, gridEntry.Expandable, ROWVALUE);
3908DropDownListBox.Width = Math.Max(maxWidth, GetRectangle(row,ROWVALUE).Width);
4411Rectangle rect = GetRectangle(row,ROWVALUE);
5302else if (mouseLoc.X == ROWVALUE) {