1 write to _container
PresentationFramework (1)
src\Framework\System\Windows\Documents\FlowPosition.cs (1)
47_container = container;
6 references to _container
PresentationFramework (6)
src\Framework\System\Windows\Documents\FlowPosition.cs (6)
66return new FlowPosition(_container, _flowNode, _offset); 233string text = _container.FixedTextBuilder.GetFlowText(flow._flowNode); 314return _container.ContainerElement; 476return _container; 822return _container.FixedTextBuilder; 830return _container.FixedTextBuilder.FixedFlowMap;