4 writes to _outlineRect
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
660
_outlineRect
= new Rectangle(
675
_outlineRect
= Rectangle.Empty;
1641
_outlineRect
= Rectangle.Empty;
1656
_outlineRect
= Rectangle.Empty;
3 references to _outlineRect
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
653
if (!
_outlineRect
.IsEmpty || OwnerGridView is null)
655
return
_outlineRect
;
666
return
_outlineRect
;