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