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