2 writes to _index
PresentationFramework (2)
System\Windows\Controls\Primitives\IItemContainerGenerator.cs (2)
126
public int Index { get { return _index; } set {
_index
= value; } }
139
_index
= index;
7 references to _index
PresentationFramework (7)
System\Windows\Controls\Primitives\IItemContainerGenerator.cs (7)
126
public int Index { get { return
_index
; } set { _index = value; } }
147
return
_index
.GetHashCode() + _offset.GetHashCode();
153
return string.Create(TypeConverterHelper.InvariantEnglishUS, $"GeneratorPosition ({
_index
},{_offset})");
166
return this.
_index
== that.
_index
&&
176
return gp1.
_index
== gp2.
_index
&&