1 write to _end
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
569_end = new FixedTextPointer(false, LogicalDirection.Forward, new FlowPosition(this, this.FixedTextBuilder.FixedFlowMap.FlowEndEdge, 0));
4 references to _end
PresentationFramework (4)
System\Windows\Documents\FixedTextContainer.cs (4)
198Debug.Assert(_end != null); 199return _end; 571_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue); 573_end.FlowPosition.AttachElement(_containerElement);