2 writes to _offset
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
3182
_offset
= offset;
3191
set {
_offset
= value; }
2 references to _offset
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
3190
get { return
_offset
; }
3200
internal int EndOffset { get { return
_offset
+ _length; } }