2 instantiations of FixedSOMLineRanges
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
84
range = new
FixedSOMLineRanges
100
range = new
FixedSOMLineRanges
13 references to FixedSOMLineRanges
PresentationFramework (13)
System\Windows\Documents\FixedSOMLineCollection.cs (10)
29
_verticals = new List<
FixedSOMLineRanges
>();
30
_horizontals = new List<
FixedSOMLineRanges
>();
68
private void _AddLineToRanges(List<
FixedSOMLineRanges
> ranges, double line, double start, double end)
77
FixedSOMLineRanges
range;
78
double maxSeparation = .5 *
FixedSOMLineRanges
.MinLineSeparation;
111
private bool _IsSeparated(List<
FixedSOMLineRanges
> lines, double parallelLowEnd, double perpLowEnd, double parallelHighEnd, double perpHighEnd)
169
public List<
FixedSOMLineRanges
> HorizontalLines
177
public List<
FixedSOMLineRanges
> VerticalLines
193
private List<
FixedSOMLineRanges
> _horizontals;
194
private List<
FixedSOMLineRanges
> _verticals;
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
751
double minLineSeparation =
FixedSOMLineRanges
.MinLineSeparation;
753
List<
FixedSOMLineRanges
> horizontal = _lines.HorizontalLines;
754
List<
FixedSOMLineRanges
> vertical = _lines.VerticalLines;