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