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)
756
internal
FixedSOMPage
FixedSOMPage
878
private
FixedSOMPage
_fixedSOMPage;
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
24
public FixedSOMFixedBlock(
FixedSOMPage
page) : base(page)
System\Windows\Documents\FixedSOMGroup.cs (1)
23
public FixedSOMGroup(
FixedSOMPage
page) : base(page)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
236
public
FixedSOMPage
ConstructPageStructure(List<FixedNode> fixedNodes)
350
public
FixedSOMPage
FixedSOMPage
1178
private
FixedSOMPage
_fixedSOMPage;
System\Windows\Documents\FixedSOMPageElement.cs (3)
22
public FixedSOMPageElement(
FixedSOMPage
page)
35
public
FixedSOMPage
FixedSOMPage
58
protected
FixedSOMPage
_page;
System\Windows\Documents\FixedSOMTable.cs (1)
23
public FixedSOMTable(
FixedSOMPage
page) : base(page)
System\Windows\Documents\FixedTextBuilder.cs (1)
1029
private void _CreateFlowNodes(
FixedSOMPage
somPage, FlowModelBuilder flowBuilder)