4 writes to _outlineRect
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
654
_outlineRect
= new Rectangle(
669
_outlineRect
= Rectangle.Empty;
1635
_outlineRect
= Rectangle.Empty;
1650
_outlineRect
= Rectangle.Empty;
3 references to _outlineRect
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
647
if (!
_outlineRect
.IsEmpty || OwnerGridView is null)
649
return
_outlineRect
;
660
return
_outlineRect
;