1 write to _index
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ArrayElementGridEntry.cs (1)
13
_index
= index;
3 references to _index
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ArrayElementGridEntry.cs (3)
21
public override string PropertyLabel => $"[{
_index
}]";
31
return ((Array)owner).GetValue(
_index
);
37
((Array)owner).SetValue(value,
_index
);