1 write to _end
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
594_end = new FixedTextPointer(false, LogicalDirection.Forward, new FlowPosition(this, this.FixedTextBuilder.FixedFlowMap.FlowEndEdge, 0));
4 references to _end
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (4)
219Debug.Assert(_end != null); 220return _end; 596_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue); 598_end.FlowPosition.AttachElement(_containerElement);