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)
314
if (
_propertyValueUIItems
is not null
318
for (int i = 0; i <
_propertyValueUIItems
.Length; i++)
322
_toolTipText =
_propertyValueUIItems
[i].ToolTip;
410
if (
_propertyValueUIItems
is not null)
412
for (int i = 0; i <
_propertyValueUIItems
.Length; i++)
414
_propertyValueUIItems
[i].Reset();
424
|| (
_propertyValueUIItems
is not null &&
_propertyValueUIItems
.Length > 0);
481
if (
_propertyValueUIItems
is not null
487
for (int i = 0; i <
_propertyValueUIItems
.Length; i++)
491
_propertyValueUIItems
[i].InvokeHandler(this, PropertyDescriptor,
_propertyValueUIItems
[i]);
518
if (
_propertyValueUIItems
is null)
523
if (_uiItemRects is null || _uiItemRects.Length !=
_propertyValueUIItems
.Length)
525
_uiItemRects = new Rectangle[
_propertyValueUIItems
.Length];
534
for (int i = 0; i <
_propertyValueUIItems
.Length; i++)
541
g.DrawImage(
_propertyValueUIItems
[i].Image, _uiItemRects[i]);
546
ownerGridView.LabelPaintMargin = (s_imageSize + 1) *
_propertyValueUIItems
.Length;