1 instantiation of FixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
224_fixedSOMPage = new FixedSOMPage
12 references to FixedSOMPage
PresentationFramework (12)
System\Windows\Documents\FixedPageStructure.cs (2)
755internal FixedSOMPage FixedSOMPage 877private FixedSOMPage _fixedSOMPage;
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
23public FixedSOMFixedBlock(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedSOMGroup.cs (1)
22public FixedSOMGroup(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
235public FixedSOMPage ConstructPageStructure(List<FixedNode> fixedNodes) 349public FixedSOMPage FixedSOMPage 1177private FixedSOMPage _fixedSOMPage;
System\Windows\Documents\FixedSOMPageElement.cs (3)
21public FixedSOMPageElement(FixedSOMPage page) 34public FixedSOMPage FixedSOMPage 57protected FixedSOMPage _page;
System\Windows\Documents\FixedSOMTable.cs (1)
22public FixedSOMTable(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedTextBuilder.cs (1)
1025private void _CreateFlowNodes(FixedSOMPage somPage, FlowModelBuilder flowBuilder)