1 write to _containerElement
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
589_containerElement = new FixedElement(FixedElement.ElementType.Container, _start, _end, int.MaxValue);
4 references to _containerElement
PresentationFramework (4)
System\Windows\Documents\FixedTextContainer.cs (4)
537Debug.Assert(_containerElement != null); 538return _containerElement; 590_start.FlowPosition.AttachElement(_containerElement); 591_end.FlowPosition.AttachElement(_containerElement);