1 write to uiItemRects
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
611
uiItemRects
= new Rectangle[pvUIItems.Length];
6 references to uiItemRects
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (6)
431
if (
uiItemRects
[i].Contains(mouseX, GridEntryHost.GetGridEntryHeight() / 2)) {
589
if (
uiItemRects
[i].Contains(x, GridEntryHost.GetGridEntryHeight() / 2)) {
610
if (
uiItemRects
== null ||
uiItemRects
.Length != pvUIItems.Length) {
623
uiItemRects
[i] = new Rectangle(rect.Right - ((scaledImageSizeX + 1) * (i + 1)), (rect.Height - scaledImageSizeY) / 2, scaledImageSizeX, scaledImageSizeY);
624
g.DrawImage(pvUIItems[i].Image,
uiItemRects
[i]);