1 write to _end
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
587_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)
215Debug.Assert(_end != null); 216return _end; 589_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue); 591_end.FlowPosition.AttachElement(_containerElement);