1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
593_start = new FixedTextPointer(false, LogicalDirection.Backward, new FlowPosition(this, this.FixedTextBuilder.FixedFlowMap.FlowStartEdge, 1));
4 references to _start
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (4)
206Debug.Assert(_start != null); 207return _start; 596_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue); 597_start.FlowPosition.AttachElement(_containerElement);