2 writes to _index
PresentationFramework (2)
System\Windows\Controls\Primitives\IItemContainerGenerator.cs (2)
123
public int Index { get { return _index; } set {
_index
= value; } }
136
_index
= index;
7 references to _index
PresentationFramework (7)
System\Windows\Controls\Primitives\IItemContainerGenerator.cs (7)
123
public int Index { get { return
_index
; } set { _index = value; } }
144
return
_index
.GetHashCode() + _offset.GetHashCode();
150
return string.Create(TypeConverterHelper.InvariantEnglishUS, $"GeneratorPosition ({
_index
},{_offset})");
162
return this.
_index
== that.
_index
&&
172
return gp1.
_index
== gp2.
_index
&&