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)
769
internal
FixedSOMPage
FixedSOMPage
891
private
FixedSOMPage
_fixedSOMPage;
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
33
public FixedSOMFixedBlock(
FixedSOMPage
page) : base(page)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
32
public FixedSOMGroup(
FixedSOMPage
page) : base(page)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
244
public
FixedSOMPage
ConstructPageStructure(List<FixedNode> fixedNodes)
361
public
FixedSOMPage
FixedSOMPage
1190
private
FixedSOMPage
_fixedSOMPage;
src\Framework\System\Windows\Documents\FixedSOMPageElement.cs (3)
29
public FixedSOMPageElement(
FixedSOMPage
page)
42
public
FixedSOMPage
FixedSOMPage
65
protected
FixedSOMPage
_page;
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
33
public FixedSOMTable(
FixedSOMPage
page) : base(page)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1060
private void _CreateFlowNodes(
FixedSOMPage
somPage, FlowModelBuilder flowBuilder)