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