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)
206
Debug.Assert(
_start
!= null);
207
return
_start
;
596
_containerElement = new FixedElement(FixedElement.ElementType.Container,
_start
, _end, int.MaxValue);
597
_start
.FlowPosition.AttachElement(_containerElement);