2 writes to _offset
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
3205
_offset
= offset;
3214
set {
_offset
= value; }
2 references to _offset
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
3213
get { return
_offset
; }
3223
internal int EndOffset { get { return
_offset
+ _length; } }