9 references to Offset
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
2022
cp = contentPosition.
Offset
;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1958
cp = contentPosition.
Offset
;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1550
cp = contentPosition.
Offset
;
src\Framework\System\Windows\Controls\TextBox.cs (3)
231
int offset = textPointer.
Offset
;
262
return (textPointer == null) ? 0 : textPointer.
Offset
;
877
return this.TextSelectionInternal.Start.
Offset
;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
817
_changes.AddChange(textChange, startPosition.
Offset
, symbolCount, this.CollectTextChanges);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
2384
offsetThis = this.
Offset
+ 1;
3738
return this.
Offset
;