9 references to Offset
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
2022cp = contentPosition.Offset;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1958cp = contentPosition.Offset;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1550cp = contentPosition.Offset;
src\Framework\System\Windows\Controls\TextBox.cs (3)
231int offset = textPointer.Offset; 262return (textPointer == null) ? 0 : textPointer.Offset; 877return 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)
2384offsetThis = this.Offset + 1; 3738return this.Offset;