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