15 references to GetRectangle
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (13)
455
Rectangle rect =
GetRectangle
(_selectedRow, RowLabel);
599
Rectangle rect =
GetRectangle
(row, RowValue | RowLabel);
1156
Rectangle rect =
GetRectangle
(row, RowValue);
1363
Rectangle r =
GetRectangle
(row, rowValue ? RowValue : RowLabel);
1417
Rectangle rect =
GetRectangle
(_selectedRow, RowValue);
2005
rect =
GetRectangle
(startRow, type);
2013
rect =
GetRectangle
(i, type);
2996
Rectangle r =
GetRectangle
(pos.Y, RowLabel);
3070
Rectangle itemRect =
GetRectangle
(point.Y, point.X);
3342
Rectangle rect =
GetRectangle
(i, RowLabel);
3740
DropDownListBox.Width = Math.Max(maxWidth,
GetRectangle
(row, RowValue).Width);
4318
Rectangle rect =
GetRectangle
(row, RowValue);
5272
Rectangle itemRect =
GetRectangle
(mouseLoc.Y, mouseLoc.X);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (2)
254
Rectangle rect = propertyGridView.
GetRectangle
(row, ROWVALUE | ROWLABEL);
267
rect = propertyGridView.
GetRectangle
(row, ROWVALUE | ROWLABEL);