1 write to _owner
PresentationFramework (1)
MS\Internal\Text\Line.cs (1)
61
_owner
= owner;
31 references to _owner
PresentationFramework (31)
MS\Internal\Text\ComplexLine.cs (15)
40
StaticTextPointer position =
_owner
.TextContainer.CreateStaticPointerAtOffset(dcp);
89
ITextPointer position =
_owner
.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
93
position.CompareTo(
_owner
.TextContainer.Start) != 0)
104
DependencyObject element = pointer.Parent ??
_owner
;
183
FlowDirection parentFlowDirection =
_owner
.FlowDirection;
192
PtsHelper.UpdateMirroringTransform(
_owner
.FlowDirection, parentFlowDirection, proxyVisual, rect.Width);
196
if (
_owner
.UseLayoutRounding)
199
DpiScale dpi =
_owner
.GetDpi();
262
tree =
_owner
.TextContainer as TextContainer;
268
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
272
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
283
position = new TextPointer(
_owner
.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
341
element =
_owner
;
353
endOfRunPosition =
_owner
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
533
run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps,
_owner
);
MS\Internal\Text\Line.cs (16)
64
_wrappingWidth =
_owner
.RenderSize.Width;
65
PixelsPerDip =
_owner
.GetDpi().PixelsPerDip;
87
_line =
_owner
.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache);
113
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
115
line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
165
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
169
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
201
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
203
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
305
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None) { return 0; }
308
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
338
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)
344
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
459
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
463
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
555
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)