4 types derived from FixedSOMContainer
PresentationFramework (4)
System\Windows\Documents\FixedSOMPage.cs (1)
16internal sealed class FixedSOMPage: FixedSOMContainer
System\Windows\Documents\FixedSOMPageElement.cs (1)
13internal abstract class FixedSOMPageElement :FixedSOMContainer
System\Windows\Documents\FixedSOMTableCell.cs (1)
15internal sealed class FixedSOMTableCell : FixedSOMContainer
System\Windows\Documents\FixedSOMTableRow.cs (1)
14internal sealed class FixedSOMTableRow : FixedSOMContainer
15 references to FixedSOMContainer
PresentationFramework (15)
System\Windows\Documents\FixedSOMContainer.cs (3)
38throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, comparedObj.GetType(), typeof(FixedSOMContainer)), "comparedObj"); 219FixedSOMContainer container = box as FixedSOMContainer;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
260FixedSOMContainer container = box as FixedSOMContainer; 1078table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as FixedSOMContainer)) 1124private void _CreateGroups(FixedSOMContainer container)
System\Windows\Documents\FixedSOMTable.cs (1)
69public bool AddContainer(FixedSOMContainer container)
System\Windows\Documents\FixedSOMTableCell.cs (3)
53public void AddContainer(FixedSOMContainer container) 79private bool _AddToInnerTable(FixedSOMContainer container) 109foreach (FixedSOMContainer container in this.SemanticBoxes)
System\Windows\Documents\FixedTextBuilder.cs (4)
1034foreach (FixedSOMContainer container in somPage.SemanticBoxes) 1049private void _CreateFlowNodes(FixedSOMContainer node, FlowModelBuilder flowBuilder) 1067else if (box is FixedSOMContainer) 1069_CreateFlowNodes((FixedSOMContainer)box, flowBuilder);