2 instantiations of FixedSOMLineRanges
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
83
range = new
FixedSOMLineRanges
99
range = new
FixedSOMLineRanges
13 references to FixedSOMLineRanges
PresentationFramework (13)
System\Windows\Documents\FixedSOMLineCollection.cs (10)
28
_verticals = new List<
FixedSOMLineRanges
>();
29
_horizontals = new List<
FixedSOMLineRanges
>();
67
private void _AddLineToRanges(List<
FixedSOMLineRanges
> ranges, double line, double start, double end)
76
FixedSOMLineRanges
range;
77
double maxSeparation = .5 *
FixedSOMLineRanges
.MinLineSeparation;
110
private bool _IsSeparated(List<
FixedSOMLineRanges
> lines, double parallelLowEnd, double perpLowEnd, double parallelHighEnd, double perpHighEnd)
168
public List<
FixedSOMLineRanges
> HorizontalLines
176
public List<
FixedSOMLineRanges
> VerticalLines
192
private List<
FixedSOMLineRanges
> _horizontals;
193
private List<
FixedSOMLineRanges
> _verticals;
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
750
double minLineSeparation =
FixedSOMLineRanges
.MinLineSeparation;
752
List<
FixedSOMLineRanges
> horizontal = _lines.HorizontalLines;
753
List<
FixedSOMLineRanges
> vertical = _lines.VerticalLines;