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)
21public override string PropertyLabel => $"[{_index}]"; 31return ((Array)owner).GetValue(_index); 37((Array)owner).SetValue(value, _index);