2 writes to _offset
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
3162_offset = offset; 3171set { _offset = value; }
2 references to _offset
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
3170get { return _offset; } 3180internal int EndOffset { get { return _offset + _length; } }