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