1 write to _owner
PresentationFramework (1)
MS\Internal\Text\Line.cs (1)
60
_owner
= owner;
31 references to _owner
PresentationFramework (31)
MS\Internal\Text\ComplexLine.cs (15)
39
StaticTextPointer position =
_owner
.TextContainer.CreateStaticPointerAtOffset(dcp);
88
ITextPointer position =
_owner
.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
92
position.CompareTo(
_owner
.TextContainer.Start) != 0)
103
DependencyObject element = pointer.Parent ??
_owner
;
182
FlowDirection parentFlowDirection =
_owner
.FlowDirection;
191
PtsHelper.UpdateMirroringTransform(
_owner
.FlowDirection, parentFlowDirection, proxyVisual, rect.Width);
195
if (
_owner
.UseLayoutRounding)
198
DpiScale dpi =
_owner
.GetDpi();
261
tree =
_owner
.TextContainer as TextContainer;
267
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
271
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
282
position = new TextPointer(
_owner
.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
340
element =
_owner
;
352
endOfRunPosition =
_owner
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
532
run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps,
_owner
);
MS\Internal\Text\Line.cs (16)
63
_wrappingWidth =
_owner
.RenderSize.Width;
64
PixelsPerDip =
_owner
.GetDpi().PixelsPerDip;
86
_line =
_owner
.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache);
112
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
114
line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
164
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
168
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
200
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
202
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
304
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None) { return 0; }
307
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
337
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)
343
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
458
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
462
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
554
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)