1 write to _containerElement
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
571_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue);
4 references to _containerElement
PresentationFramework (4)
System\Windows\Documents\FixedTextContainer.cs (4)
519Debug.Assert(_containerElement != null); 520return _containerElement; 572_start.FlowPosition.AttachElement(_containerElement); 573_end.FlowPosition.AttachElement(_containerElement);