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)
215
Debug.Assert(
_end
!= null);
216
return
_end
;
589
_containerElement = new FixedElement(FixedElement.ElementType.Container, _start,
_end
, int.MaxValue);
591
_end
.FlowPosition.AttachElement(_containerElement);