1 write to _containerElement
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
580
_containerElement
= new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue);
4 references to _containerElement
PresentationFramework (4)
System\Windows\Documents\FixedTextContainer.cs (4)
528
Debug.Assert(
_containerElement
!= null);
529
return
_containerElement
;
581
_start.FlowPosition.AttachElement(
_containerElement
);
582
_end.FlowPosition.AttachElement(
_containerElement
);