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)
762
internal
FixedSOMPage
FixedSOMPage
884
private
FixedSOMPage
_fixedSOMPage;
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
28
public FixedSOMFixedBlock(
FixedSOMPage
page) : base(page)
System\Windows\Documents\FixedSOMGroup.cs (1)
27
public FixedSOMGroup(
FixedSOMPage
page) : base(page)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
239
public
FixedSOMPage
ConstructPageStructure(List<FixedNode> fixedNodes)
353
public
FixedSOMPage
FixedSOMPage
1181
private
FixedSOMPage
_fixedSOMPage;
System\Windows\Documents\FixedSOMPageElement.cs (3)
24
public FixedSOMPageElement(
FixedSOMPage
page)
37
public
FixedSOMPage
FixedSOMPage
60
protected
FixedSOMPage
_page;
System\Windows\Documents\FixedSOMTable.cs (1)
28
public FixedSOMTable(
FixedSOMPage
page) : base(page)
System\Windows\Documents\FixedTextBuilder.cs (1)
1035
private void _CreateFlowNodes(
FixedSOMPage
somPage, FlowModelBuilder flowBuilder)