1 write to _owner
PresentationFramework (1)
MS\Internal\Documents\TextParagraphView.cs (1)
39
_owner
= owner;
9 references to _owner
PresentationFramework (9)
MS\Internal\Documents\TextParagraphView.cs (9)
92
return
_owner
.GetRectangleFromTextPosition(position);
114
Geometry geometry =
_owner
.GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);
200
return
_owner
.IsAtCaretUnitBoundary(position, dcp, lineIndex);
219
ITextPointer positionOut =
_owner
.GetNextCaretUnitPosition(position, direction, dcp, lineIndex);
242
ITextPointer positionOut =
_owner
.GetBackspaceCaretUnitPosition(position, dcp, lineIndex);
299
_owner
.UpdateLayout();
452
get { return
_owner
; }
468
get { return
_owner
.IsLayoutDataValid; }
493
_lines =
_owner
.GetLineResults();