2 writes to _offset
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\IItemContainerGenerator.cs (2)
136
public int Offset { get { return _offset; } set {
_offset
= value; } }
142
_offset
= offset;
7 references to _offset
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\IItemContainerGenerator.cs (7)
136
public int Offset { get { return
_offset
; } set { _offset = value; } }
149
return _index.GetHashCode() +
_offset
.GetHashCode();
155
return string.Concat("GeneratorPosition (", _index.ToString(TypeConverterHelper.InvariantEnglishUS), ",",
_offset
.ToString(TypeConverterHelper.InvariantEnglishUS), ")");
169
this.
_offset
== that.
_offset
;
179
gp1.
_offset
== gp2.
_offset
;