1 write to _containerElement
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
596_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue);
4 references to _containerElement
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (4)
544Debug.Assert(_containerElement != null); 545return _containerElement; 597_start.FlowPosition.AttachElement(_containerElement); 598_end.FlowPosition.AttachElement(_containerElement);