1 write to _fixedFlowMap
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
767
_fixedFlowMap
= new FixedFlowMap();
6 references to _fixedFlowMap
PresentationFramework (6)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (6)
188
_fixedFlowMap
.FlowOrderInsertBefore(
_fixedFlowMap
.FlowEndEdge, pageStructure.FlowStart);
329
FixedSOMTextRun run =
_fixedFlowMap
.MappingGetFixedSOMElement(currentNode, 0) as FixedSOMTextRun;
367
FixedSOMElement element =
_fixedFlowMap
.MappingGetFixedSOMElement(fixedPosition.Node, fixedPosition.Offset);
735
return
_fixedFlowMap
;
1411
_mapping = builder.
_fixedFlowMap
;