2 types derived from FixedSOMSemanticBox
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (1)
21
internal abstract class FixedSOMContainer :
FixedSOMSemanticBox
, IComparable
src\Framework\System\Windows\Documents\FixedSOMElement.cs (1)
25
internal abstract class FixedSOMElement :
FixedSOMSemanticBox
24 references to FixedSOMSemanticBox
PresentationFramework (24)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (6)
32
_semanticBoxes = new List<
FixedSOMSemanticBox
>();
158
protected void AddSorted(
FixedSOMSemanticBox
box)
174
protected void Add(
FixedSOMSemanticBox
box)
192
public List<
FixedSOMSemanticBox
> SemanticBoxes
223
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
265
protected List<
FixedSOMSemanticBox
> _semanticBoxes;
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (2)
96
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
177
foreach (
FixedSOMSemanticBox
box in block.SemanticBoxes)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (7)
268
foreach (
FixedSOMSemanticBox
box in _fixedSOMPage.SemanticBoxes)
573
foreach (
FixedSOMSemanticBox
box in _fixedSOMPage.SemanticBoxes)
737
private bool _IsSpatiallyCombinable(
FixedSOMSemanticBox
box1,
FixedSOMSemanticBox
box2, double inflateH, double inflateV)
882
List<
FixedSOMSemanticBox
> boxes = _fixedSOMPage.SemanticBoxes;
1142
List<
FixedSOMSemanticBox
> groups = new List<
FixedSOMSemanticBox
>();
src\Framework\System\Windows\Documents\FixedSOMSemanticBox.cs (6)
102
if (!(o is
FixedSOMSemanticBox
))
104
throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, o.GetType(), typeof(
FixedSOMSemanticBox
)), "o");
107
SpatialComparison compareHor = _CompareHorizontal(o as
FixedSOMSemanticBox
, false);
109
SpatialComparison compareVer = _CompareVertical(o as
FixedSOMSemanticBox
);
196
protected SpatialComparison _CompareHorizontal(
FixedSOMSemanticBox
otherBox, bool RTL)
251
protected SpatialComparison _CompareVertical(
FixedSOMSemanticBox
otherBox)
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
90
foreach (
FixedSOMSemanticBox
box in _semanticBoxes)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1090
List<
FixedSOMSemanticBox
> children = node.SemanticBoxes;
1092
foreach (
FixedSOMSemanticBox
box in children)