9 references to Offset
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (1)
2016
cp = contentPosition.
Offset
;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1944
cp = contentPosition.
Offset
;
System\Windows\Controls\SinglePageViewer.cs (1)
1543
cp = contentPosition.
Offset
;
System\Windows\Controls\TextBox.cs (3)
218
int offset = textPointer.
Offset
;
247
return (textPointer == null) ? 0 : textPointer.
Offset
;
845
return this.TextSelectionInternal.Start.
Offset
;
System\Windows\Documents\TextContainer.cs (1)
802
_changes.AddChange(textChange, startPosition.
Offset
, symbolCount, this.CollectTextChanges);
System\Windows\Documents\TextPointer.cs (2)
2364
offsetThis = this.
Offset
+ 1;
3712
return this.
Offset
;