1 write to _owner
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
53
_owner
= owner;
9 references to _owner
PresentationFramework (9)
src\Framework\MS\Internal\Documents\TextParagraphView.cs (9)
109
return
_owner
.GetRectangleFromTextPosition(position);
137
Geometry geometry =
_owner
.GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);
226
return
_owner
.IsAtCaretUnitBoundary(position, dcp, lineIndex);
245
ITextPointer positionOut =
_owner
.GetNextCaretUnitPosition(position, direction, dcp, lineIndex);
268
ITextPointer positionOut =
_owner
.GetBackspaceCaretUnitPosition(position, dcp, lineIndex);
331
_owner
.UpdateLayout();
484
get { return
_owner
; }
500
get { return
_owner
.IsLayoutDataValid; }
525
_lines =
_owner
.GetLineResults();