1 write to _owner
PresentationFramework (1)
MS\Internal\Text\Line.cs (1)
68_owner = owner;
31 references to _owner
PresentationFramework (31)
MS\Internal\Text\ComplexLine.cs (15)
45StaticTextPointer position = _owner.TextContainer.CreateStaticPointerAtOffset(dcp); 94ITextPointer position = _owner.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward); 98position.CompareTo(_owner.TextContainer.Start) != 0) 109DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _owner; 188FlowDirection parentFlowDirection = _owner.FlowDirection; 197PtsHelper.UpdateMirroringTransform(_owner.FlowDirection, parentFlowDirection, proxyVisual, rect.Width); 201if (_owner.UseLayoutRounding) 204DpiScale dpi = _owner.GetDpi(); 267tree = _owner.TextContainer as TextContainer; 273if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 277System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 288position = new TextPointer(_owner.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward); 346element = _owner; 358endOfRunPosition = _owner.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward); 538run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps, _owner);
MS\Internal\Text\Line.cs (16)
71_wrappingWidth = _owner.RenderSize.Width; 72PixelsPerDip = _owner.GetDpi().PixelsPerDip; 94_line = _owner.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache); 120if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 122line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 172if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 176System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 208if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 210System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 312if (_owner.ParagraphProperties.TextTrimming == TextTrimming.None) { return 0; } 315System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 345if (_owner.ParagraphProperties.TextTrimming == TextTrimming.None) 351System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 466if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 470System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 562if (_owner.ParagraphProperties.TextTrimming == TextTrimming.None)