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); 329FixedSOMTextRun run = _fixedFlowMap.MappingGetFixedSOMElement(currentNode, 0) as FixedSOMTextRun; 367FixedSOMElement element = _fixedFlowMap.MappingGetFixedSOMElement(fixedPosition.Node, fixedPosition.Offset); 735return _fixedFlowMap; 1411_mapping = builder._fixedFlowMap;