3 types derived from FixedSOMPageElement
PresentationFramework (3)
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
19
internal sealed class FixedSOMFixedBlock :
FixedSOMPageElement
System\Windows\Documents\FixedSOMGroup.cs (1)
18
internal class FixedSOMGroup :
FixedSOMPageElement
, IComparable
System\Windows\Documents\FixedSOMTable.cs (1)
19
internal sealed class FixedSOMTable :
FixedSOMPageElement
9 references to FixedSOMPageElement
PresentationFramework (9)
System\Windows\Documents\FixedSOMContainer.cs (4)
35
FixedSOMPageElement
compared = comparedObj as
FixedSOMPageElement
;
36
FixedSOMPageElement
This = this as
FixedSOMPageElement
;
System\Windows\Documents\FixedSOMGroup.cs (1)
126
public void AddContainer(
FixedSOMPageElement
pageElement)
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
1136
FixedSOMPageElement
currentPageElement = container.SemanticBoxes[0] as
FixedSOMPageElement
;
1139
FixedSOMPageElement
nextPageElement = null;
1146
nextPageElement = container.SemanticBoxes[i] as
FixedSOMPageElement
;