4 types derived from FixedSOMContainer
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMPage.cs (1)
24
internal sealed class FixedSOMPage:
FixedSOMContainer
src\Framework\System\Windows\Documents\FixedSOMPageElement.cs (1)
20
internal abstract class FixedSOMPageElement :
FixedSOMContainer
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
24
internal sealed class FixedSOMTableCell :
FixedSOMContainer
src\Framework\System\Windows\Documents\FixedSOMTableRow.cs (1)
23
internal sealed class FixedSOMTableRow :
FixedSOMContainer
15 references to FixedSOMContainer
PresentationFramework (15)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (3)
47
throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, comparedObj.GetType(), typeof(
FixedSOMContainer
)), "comparedObj");
232
FixedSOMContainer
container = box as
FixedSOMContainer
;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (4)
270
FixedSOMContainer
container = box as
FixedSOMContainer
;
1092
table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as
FixedSOMContainer
))
1138
private void _CreateGroups(
FixedSOMContainer
container)
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
79
public bool AddContainer(
FixedSOMContainer
container)
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (3)
62
public void AddContainer(
FixedSOMContainer
container)
88
private bool _AddToInnerTable(
FixedSOMContainer
container)
118
foreach (
FixedSOMContainer
container in this.SemanticBoxes)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
1065
foreach (
FixedSOMContainer
container in somPage.SemanticBoxes)
1080
private void _CreateFlowNodes(
FixedSOMContainer
node, FlowModelBuilder flowBuilder)
1098
else if (box is
FixedSOMContainer
)
1100
_CreateFlowNodes((
FixedSOMContainer
)box, flowBuilder);