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)
198
Debug.Assert(
_end
!= null);
199
return
_end
;
571
_containerElement = new FixedElement(FixedElement.ElementType.Container, _start,
_end
, int.MaxValue);
573
_end
.FlowPosition.AttachElement(_containerElement);