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);
85
ITextPointer position =
_owner
.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
89
position.CompareTo(
_owner
.TextContainer.Start) != 0)
100
DependencyObject element = pointer.Parent ??
_owner
;
179
FlowDirection parentFlowDirection =
_owner
.FlowDirection;
188
PtsHelper.UpdateMirroringTransform(
_owner
.FlowDirection, parentFlowDirection, proxyVisual, rect.Width);
192
if (
_owner
.UseLayoutRounding)
195
DpiScale dpi =
_owner
.GetDpi();
258
tree =
_owner
.TextContainer as TextContainer;
264
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
268
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
279
position = new TextPointer(
_owner
.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
337
element =
_owner
;
349
endOfRunPosition =
_owner
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
529
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)