1 instantiation of FixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
230_fixedSOMPage = new FixedSOMPage();
12 references to FixedSOMPage
PresentationFramework (12)
System\Windows\Documents\FixedPageStructure.cs (2)
762internal FixedSOMPage FixedSOMPage 884private FixedSOMPage _fixedSOMPage;
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
28public FixedSOMFixedBlock(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedSOMGroup.cs (1)
27public FixedSOMGroup(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
239public FixedSOMPage ConstructPageStructure(List<FixedNode> fixedNodes) 353public FixedSOMPage FixedSOMPage 1181private FixedSOMPage _fixedSOMPage;
System\Windows\Documents\FixedSOMPageElement.cs (3)
24public FixedSOMPageElement(FixedSOMPage page) 37public FixedSOMPage FixedSOMPage 60protected FixedSOMPage _page;
System\Windows\Documents\FixedSOMTable.cs (1)
28public FixedSOMTable(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedTextBuilder.cs (1)
1035private void _CreateFlowNodes(FixedSOMPage somPage, FlowModelBuilder flowBuilder)