15 references to GetRectangle
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (13)
479Rectangle rect = GetRectangle(_selectedRow, RowLabel); 623Rectangle rect = GetRectangle(row, RowValue | RowLabel); 1180Rectangle rect = GetRectangle(row, RowValue); 1387Rectangle r = GetRectangle(row, rowValue ? RowValue : RowLabel); 1441Rectangle rect = GetRectangle(_selectedRow, RowValue); 2029rect = GetRectangle(startRow, type); 2037rect = GetRectangle(i, type); 3020Rectangle r = GetRectangle(pos.Y, RowLabel); 3094Rectangle itemRect = GetRectangle(point.Y, point.X); 3366Rectangle rect = GetRectangle(i, RowLabel); 3764DropDownListBox.Width = Math.Max(maxWidth, GetRectangle(row, RowValue).Width); 4342Rectangle rect = GetRectangle(row, RowValue); 5296Rectangle itemRect = GetRectangle(mouseLoc.Y, mouseLoc.X);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (2)
254Rectangle rect = propertyGridView.GetRectangle(row, ROWVALUE | ROWLABEL); 267rect = propertyGridView.GetRectangle(row, ROWVALUE | ROWLABEL);