1 write to _end
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
594
_end
= new FixedTextPointer(false, LogicalDirection.Forward, new FlowPosition(this, this.FixedTextBuilder.FixedFlowMap.FlowEndEdge, 0));
4 references to _end
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (4)
219
Debug.Assert(
_end
!= null);
220
return
_end
;
596
_containerElement = new FixedElement(FixedElement.ElementType.Container, _start,
_end
, int.MaxValue);
598
_end
.FlowPosition.AttachElement(_containerElement);