5 references to OutlineRectangle
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
1667
Rectangle outline = Rectangle.Intersect(r,
OutlineRectangle
);
1732
Rectangle outline = Rectangle.Intersect(r,
OutlineRectangle
);
2002
Rectangle outlineRect =
OutlineRectangle
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3965
if (entry.
OutlineRectangle
.Height != outlineRectIconSize || entry.
OutlineRectangle
.Width != outlineRectIconSize)