1 write to _owner
PresentationFramework (1)
src\Framework\MS\Internal\Text\Line.cs (1)
71
_owner
= owner;
31 references to _owner
PresentationFramework (31)
src\Framework\MS\Internal\Text\ComplexLine.cs (15)
48
StaticTextPointer position =
_owner
.TextContainer.CreateStaticPointerAtOffset(dcp);
97
ITextPointer position =
_owner
.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward);
101
position.CompareTo(
_owner
.TextContainer.Start) != 0)
112
DependencyObject element = (pointer.Parent != null) ? pointer.Parent :
_owner
;
191
FlowDirection parentFlowDirection =
_owner
.FlowDirection;
200
PtsHelper.UpdateMirroringTransform(
_owner
.FlowDirection, parentFlowDirection, proxyVisual, rect.Width);
204
if (
_owner
.UseLayoutRounding)
207
DpiScale dpi =
_owner
.GetDpi();
270
tree =
_owner
.TextContainer as TextContainer;
276
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
280
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
292
position = new TextPointer(
_owner
.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
350
element =
_owner
;
363
endOfRunPosition =
_owner
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
545
run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps,
_owner
);
src\Framework\MS\Internal\Text\Line.cs (16)
74
_wrappingWidth =
_owner
.RenderSize.Width;
75
PixelsPerDip =
_owner
.GetDpi().PixelsPerDip;
97
_line =
_owner
.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache);
123
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
125
line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
175
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
179
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
211
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
213
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
315
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None) { return 0; }
318
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
348
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)
354
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
469
if (_line.HasOverflowed &&
_owner
.ParagraphProperties.TextTrimming != TextTrimming.None)
473
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth,
_owner
.ParagraphProperties));
565
if (
_owner
.ParagraphProperties.TextTrimming == TextTrimming.None)