4 types derived from FixedSOMContainer
PresentationFramework (4)
System\Windows\Documents\FixedSOMPage.cs (1)
15internal sealed class FixedSOMPage: FixedSOMContainer
System\Windows\Documents\FixedSOMPageElement.cs (1)
12internal abstract class FixedSOMPageElement :FixedSOMContainer
System\Windows\Documents\FixedSOMTableCell.cs (1)
14internal sealed class FixedSOMTableCell : FixedSOMContainer
System\Windows\Documents\FixedSOMTableRow.cs (1)
13internal sealed class FixedSOMTableRow : FixedSOMContainer
15 references to FixedSOMContainer
PresentationFramework (15)
System\Windows\Documents\FixedSOMContainer.cs (3)
37throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, comparedObj.GetType(), typeof(FixedSOMContainer)), nameof(comparedObj)); 218FixedSOMContainer container = box as FixedSOMContainer;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
261FixedSOMContainer container = box as FixedSOMContainer; 1079table.AddContainer(_fixedSOMPage.SemanticBoxes[i] as FixedSOMContainer)) 1125private void _CreateGroups(FixedSOMContainer container)
System\Windows\Documents\FixedSOMTable.cs (1)
68public bool AddContainer(FixedSOMContainer container)
System\Windows\Documents\FixedSOMTableCell.cs (3)
52public void AddContainer(FixedSOMContainer container) 78private bool _AddToInnerTable(FixedSOMContainer container) 108foreach (FixedSOMContainer container in this.SemanticBoxes)
System\Windows\Documents\FixedTextBuilder.cs (4)
1030foreach (FixedSOMContainer container in somPage.SemanticBoxes) 1045private void _CreateFlowNodes(FixedSOMContainer node, FlowModelBuilder flowBuilder) 1063else if (box is FixedSOMContainer) 1065_CreateFlowNodes((FixedSOMContainer)box, flowBuilder);