1 instantiation of FixedSOMPage
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
235_fixedSOMPage = new FixedSOMPage();
12 references to FixedSOMPage
PresentationFramework (12)
src\Framework\System\Windows\Documents\FixedPageStructure.cs (2)
769internal FixedSOMPage FixedSOMPage 891private FixedSOMPage _fixedSOMPage;
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
33public FixedSOMFixedBlock(FixedSOMPage page) : base(page)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
32public FixedSOMGroup(FixedSOMPage page) : base(page)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
244public FixedSOMPage ConstructPageStructure(List<FixedNode> fixedNodes) 361public FixedSOMPage FixedSOMPage 1190private FixedSOMPage _fixedSOMPage;
src\Framework\System\Windows\Documents\FixedSOMPageElement.cs (3)
29public FixedSOMPageElement(FixedSOMPage page) 42public FixedSOMPage FixedSOMPage 65protected FixedSOMPage _page;
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
33public FixedSOMTable(FixedSOMPage page) : base(page)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1060private void _CreateFlowNodes(FixedSOMPage somPage, FlowModelBuilder flowBuilder)