2 instantiations of FixedSOMLineRanges
PresentationFramework (2)
System\Windows\Documents\FixedSOMLineCollection.cs (2)
90
range = new
FixedSOMLineRanges
();
104
range = new
FixedSOMLineRanges
();
13 references to FixedSOMLineRanges
PresentationFramework (13)
System\Windows\Documents\FixedSOMLineCollection.cs (10)
35
_verticals = new List<
FixedSOMLineRanges
>();
36
_horizontals = new List<
FixedSOMLineRanges
>();
74
private void _AddLineToRanges(List<
FixedSOMLineRanges
> ranges, double line, double start, double end)
83
FixedSOMLineRanges
range;
84
double maxSeparation = .5 *
FixedSOMLineRanges
.MinLineSeparation;
113
private bool _IsSeparated(List<
FixedSOMLineRanges
> lines, double parallelLowEnd, double perpLowEnd, double parallelHighEnd, double perpHighEnd)
171
public List<
FixedSOMLineRanges
> HorizontalLines
179
public List<
FixedSOMLineRanges
> VerticalLines
195
private List<
FixedSOMLineRanges
> _horizontals;
196
private List<
FixedSOMLineRanges
> _verticals;
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
754
double minLineSeparation =
FixedSOMLineRanges
.MinLineSeparation;
756
List<
FixedSOMLineRanges
> horizontal = _lines.HorizontalLines;
757
List<
FixedSOMLineRanges
> vertical = _lines.VerticalLines;