1 write to _owner
PresentationFramework (1)
MS\Internal\Documents\TextParagraphView.cs (1)
46
_owner
= owner;
9 references to _owner
PresentationFramework (9)
MS\Internal\Documents\TextParagraphView.cs (9)
99
return
_owner
.GetRectangleFromTextPosition(position);
121
Geometry geometry =
_owner
.GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);
207
return
_owner
.IsAtCaretUnitBoundary(position, dcp, lineIndex);
226
ITextPointer positionOut =
_owner
.GetNextCaretUnitPosition(position, direction, dcp, lineIndex);
249
ITextPointer positionOut =
_owner
.GetBackspaceCaretUnitPosition(position, dcp, lineIndex);
306
_owner
.UpdateLayout();
459
get { return
_owner
; }
475
get { return
_owner
.IsLayoutDataValid; }
500
_lines =
_owner
.GetLineResults();