4 types derived from FixedSOMContainer
PresentationFramework (4)
System\Windows\Documents\FixedSOMPage.cs (1)
19
internal sealed class FixedSOMPage:
FixedSOMContainer
System\Windows\Documents\FixedSOMPageElement.cs (1)
15
internal abstract class FixedSOMPageElement :
FixedSOMContainer
System\Windows\Documents\FixedSOMTableCell.cs (1)
19
internal sealed class FixedSOMTableCell :
FixedSOMContainer
System\Windows\Documents\FixedSOMTableRow.cs (1)
18
internal sealed class FixedSOMTableRow :
FixedSOMContainer
15 references to FixedSOMContainer
PresentationFramework (15)
System\Windows\Documents\FixedSOMContainer.cs (3)
42
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, comparedObj.GetType(), typeof(
FixedSOMContainer
)), "comparedObj");
223
FixedSOMContainer
container = box as
FixedSOMContainer
;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
265
FixedSOMContainer
container = box as
FixedSOMContainer
;
1083
table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as
FixedSOMContainer
))
1129
private void _CreateGroups(
FixedSOMContainer
container)
System\Windows\Documents\FixedSOMTable.cs (1)
74
public bool AddContainer(
FixedSOMContainer
container)
System\Windows\Documents\FixedSOMTableCell.cs (3)
57
public void AddContainer(
FixedSOMContainer
container)
83
private bool _AddToInnerTable(
FixedSOMContainer
container)
113
foreach (
FixedSOMContainer
container in this.SemanticBoxes)
System\Windows\Documents\FixedTextBuilder.cs (4)
1040
foreach (
FixedSOMContainer
container in somPage.SemanticBoxes)
1055
private void _CreateFlowNodes(
FixedSOMContainer
node, FlowModelBuilder flowBuilder)
1073
else if (box is
FixedSOMContainer
)
1075
_CreateFlowNodes((
FixedSOMContainer
)box, flowBuilder);