2 types derived from FixedSOMSemanticBox
PresentationFramework (2)
System\Windows\Documents\FixedSOMContainer.cs (1)
12
internal abstract class FixedSOMContainer :
FixedSOMSemanticBox
, IComparable
System\Windows\Documents\FixedSOMElement.cs (1)
18
internal abstract class FixedSOMElement :
FixedSOMSemanticBox
27 references to FixedSOMSemanticBox
PresentationFramework (27)
System\Windows\Documents\FixedSOMContainer.cs (6)
23
_semanticBoxes = new List<
FixedSOMSemanticBox
>();
147
protected void AddSorted(
FixedSOMSemanticBox
box)
162
protected void Add(
FixedSOMSemanticBox
box)
179
public List<
FixedSOMSemanticBox
> SemanticBoxes
210
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
252
protected List<
FixedSOMSemanticBox
> _semanticBoxes;
System\Windows\Documents\FixedSOMFixedBlock.cs (3)
86
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
167
foreach (
FixedSOMSemanticBox
box in block.SemanticBoxes)
217
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
System\Windows\Documents\FixedSOMGroup.cs (1)
166
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
System\Windows\Documents\FixedSOMPage.cs (1)
60
List<
FixedSOMSemanticBox
> groupBoxes = group.SemanticBoxes;
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
258
foreach (
FixedSOMSemanticBox
box in _fixedSOMPage.SemanticBoxes)
558
foreach (
FixedSOMSemanticBox
box in _fixedSOMPage.SemanticBoxes)
724
private bool _IsSpatiallyCombinable(
FixedSOMSemanticBox
box1,
FixedSOMSemanticBox
box2, double inflateH, double inflateV)
868
List<
FixedSOMSemanticBox
> boxes = _fixedSOMPage.SemanticBoxes;
1128
List<
FixedSOMSemanticBox
> groups = new List<
FixedSOMSemanticBox
>();
System\Windows\Documents\FixedSOMSemanticBox.cs (6)
93
if (!(o is
FixedSOMSemanticBox
))
95
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, o.GetType(), typeof(
FixedSOMSemanticBox
)), "o");
98
SpatialComparison compareHor = _CompareHorizontal(o as
FixedSOMSemanticBox
, false);
100
SpatialComparison compareVer = _CompareVertical(o as
FixedSOMSemanticBox
);
187
protected SpatialComparison _CompareHorizontal(
FixedSOMSemanticBox
otherBox, bool RTL)
242
protected SpatialComparison _CompareVertical(
FixedSOMSemanticBox
otherBox)
System\Windows\Documents\FixedSOMTableCell.cs (1)
81
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
System\Windows\Documents\FixedTextBuilder.cs (2)
1059
List<
FixedSOMSemanticBox
> children = node.SemanticBoxes;
1061
foreach (
FixedSOMSemanticBox
box in children)