2 writes to _propertyValueUIItems
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
418_propertyValueUIItems = null; 516_propertyValueUIItems = uiService.GetPropertyUIValueItems(this, PropertyDescriptor);
18 references to _propertyValueUIItems
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (18)
314if (_propertyValueUIItems is not null 318for (int i = 0; i < _propertyValueUIItems.Length; i++) 322_toolTipText = _propertyValueUIItems[i].ToolTip; 410if (_propertyValueUIItems is not null) 412for (int i = 0; i < _propertyValueUIItems.Length; i++) 414_propertyValueUIItems[i].Reset(); 424|| (_propertyValueUIItems is not null && _propertyValueUIItems.Length > 0); 481if (_propertyValueUIItems is not null 487for (int i = 0; i < _propertyValueUIItems.Length; i++) 491_propertyValueUIItems[i].InvokeHandler(this, PropertyDescriptor, _propertyValueUIItems[i]); 518if (_propertyValueUIItems is null) 523if (_uiItemRects is null || _uiItemRects.Length != _propertyValueUIItems.Length) 525_uiItemRects = new Rectangle[_propertyValueUIItems.Length]; 534for (int i = 0; i < _propertyValueUIItems.Length; i++) 541g.DrawImage(_propertyValueUIItems[i].Image, _uiItemRects[i]); 546ownerGridView.LabelPaintMargin = (s_imageSize + 1) * _propertyValueUIItems.Length;