3 types derived from FixedSOMPageElement
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
24internal sealed class FixedSOMFixedBlock : FixedSOMPageElement
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
23internal class FixedSOMGroup :FixedSOMPageElement, IComparable
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
24internal sealed class FixedSOMTable : FixedSOMPageElement
9 references to FixedSOMPageElement
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (4)
40FixedSOMPageElement compared = comparedObj as FixedSOMPageElement; 41FixedSOMPageElement This = this as FixedSOMPageElement;
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
133public void AddContainer(FixedSOMPageElement pageElement)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (4)
1145FixedSOMPageElement currentPageElement = container.SemanticBoxes[0] as FixedSOMPageElement; 1148FixedSOMPageElement nextPageElement = null; 1155nextPageElement = container.SemanticBoxes[i] as FixedSOMPageElement;