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