winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (14)
556Rectangle rect = GetRectangle( selectedRow, ROWLABEL );
786Rectangle rect = GetRectangle(row, ROWVALUE | ROWLABEL);
1423if (type == ROWLABEL && toggleExpand && gridEntry.Expandable) {
1585Rectangle r = GetRectangle(row, rowValue ? ROWVALUE : ROWLABEL);
1925Point pt = new Point(ROWLABEL,0);
2139bool fLabel = ((flRow & ROWLABEL) != 0);
2246InvalidateRows(row, row, ROWVALUE | ROWLABEL);
2251InvalidateRows(startRow, endRow, ROWVALUE | ROWLABEL);
3200Rectangle r = GetRectangle(pos.Y, ROWLABEL);
3237if (pt == InvalidPosition || (pt.X != ROWLABEL && pt.X != ROWVALUE)) {
3243onLabel = pt.X == ROWLABEL;
3535Rectangle rect = GetRectangle(i,ROWLABEL);
3589DoubleClickRow(row, gridEntry.Expandable, ROWLABEL);
5299if (mouseLoc.X == ROWLABEL) {