1 write to _container
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1402
_container
= builder._container;
7 references to _container
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (7)
1413
_currentFixedElement =
_container
.ContainerElement;
1555
_container
.OnNewFlowElement(_currentFixedElement,
1557
new FlowPosition(
_container
, flowImageNode, 0),
1558
new FlowPosition(
_container
, flowImageNode, 1),
1641
_container
.OnNewFlowElement(_currentFixedElement, //_container.ContainerElement,
1643
new FlowPosition(
_container
, (FlowNode)startNode, 1),
1644
new FlowPosition(
_container
, (FlowNode)endNode, 0),