1 write to _owner
PresentationFramework (1)
MS\Internal\Documents\TextParagraphView.cs (1)
40
_owner
= owner;
9 references to _owner
PresentationFramework (9)
MS\Internal\Documents\TextParagraphView.cs (9)
93
return
_owner
.GetRectangleFromTextPosition(position);
115
Geometry geometry =
_owner
.GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);
201
return
_owner
.IsAtCaretUnitBoundary(position, dcp, lineIndex);
220
ITextPointer positionOut =
_owner
.GetNextCaretUnitPosition(position, direction, dcp, lineIndex);
243
ITextPointer positionOut =
_owner
.GetBackspaceCaretUnitPosition(position, dcp, lineIndex);
300
_owner
.UpdateLayout();
453
get { return
_owner
; }
469
get { return
_owner
.IsLayoutDataValid; }
494
_lines =
_owner
.GetLineResults();