1 write to _uiItemRects
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
525
_uiItemRects
= new Rectangle[_propertyValueUIItems.Length];
8 references to _uiItemRects
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (8)
315
&&
_uiItemRects
is not null
320
if (
_uiItemRects
[i].Contains(mouseX, OwnerGridView.GridEntryHeight / 2))
482
&&
_uiItemRects
is not null
489
if (
_uiItemRects
[i].Contains(x, OwnerGridView.GridEntryHeight / 2))
523
if (
_uiItemRects
is null ||
_uiItemRects
.Length != _propertyValueUIItems.Length)
536
_uiItemRects
[i] = new Rectangle(
541
g.DrawImage(_propertyValueUIItems[i].Image,
_uiItemRects
[i]);