1 write to _owner
PresentationFramework (1)
MS\Internal\Text\Line.cs (1)
68
_owner
= owner;
31 references to _owner
PresentationFramework (31)
MS\Internal\Text\ComplexLine.cs (15)
45
StaticTextPointer position =
_owner
.TextContainer.CreateStaticPointerAtOffset(dcp);
94
ITextPointer position =
_owner
.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
98
position.CompareTo(
_owner
.TextContainer.Start) != 0)
109
DependencyObject element = (pointer.Parent != null) ? pointer.Parent :
_owner
;
188
FlowDirection parentFlowDirection =
_owner
.FlowDirection;
197
PtsHelper.UpdateMirroringTransform(
_owner
.FlowDirection, parentFlowDirection, proxyVisual, rect.Width);
201
if (
_owner
.UseLayoutRounding)
204
DpiScale dpi =
_owner
.GetDpi();
267
tree =
_owner
.TextContainer as TextContainer;
273
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
277
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
288
position = new TextPointer(
_owner
.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
346
element =
_owner
;
358
endOfRunPosition =
_owner
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
538
run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps,
_owner
);
MS\Internal\Text\Line.cs (16)
71
_wrappingWidth =
_owner
.RenderSize.Width;
72
PixelsPerDip =
_owner
.GetDpi().PixelsPerDip;
94
_line =
_owner
.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache);
120
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
122
line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
172
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
176
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
208
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
210
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
312
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None) { return 0; }
315
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
345
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)
351
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
466
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
470
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
562
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)