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)
528Debug.Assert(_containerElement != null); 529return _containerElement; 581_start.FlowPosition.AttachElement(_containerElement); 582_end.FlowPosition.AttachElement(_containerElement);