1 instantiation of FixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
225_fixedSOMPage = new FixedSOMPage
12 references to FixedSOMPage
PresentationFramework (12)
System\Windows\Documents\FixedPageStructure.cs (2)
756internal FixedSOMPage FixedSOMPage 878private FixedSOMPage _fixedSOMPage;
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
24public FixedSOMFixedBlock(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedSOMGroup.cs (1)
23public FixedSOMGroup(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
236public FixedSOMPage ConstructPageStructure(List<FixedNode> fixedNodes) 350public FixedSOMPage FixedSOMPage 1178private FixedSOMPage _fixedSOMPage;
System\Windows\Documents\FixedSOMPageElement.cs (3)
22public FixedSOMPageElement(FixedSOMPage page) 35public FixedSOMPage FixedSOMPage 58protected FixedSOMPage _page;
System\Windows\Documents\FixedSOMTable.cs (1)
23public FixedSOMTable(FixedSOMPage page) : base(page)
System\Windows\Documents\FixedTextBuilder.cs (1)
1029private void _CreateFlowNodes(FixedSOMPage somPage, FlowModelBuilder flowBuilder)