2 instantiations of FixedSOMLineRanges
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (2)
95
range = new
FixedSOMLineRanges
();
109
range = new
FixedSOMLineRanges
();
13 references to FixedSOMLineRanges
PresentationFramework (13)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (10)
40
_verticals = new List<
FixedSOMLineRanges
>();
41
_horizontals = new List<
FixedSOMLineRanges
>();
79
private void _AddLineToRanges(List<
FixedSOMLineRanges
> ranges, double line, double start, double end)
88
FixedSOMLineRanges
range;
89
double maxSeparation = .5 *
FixedSOMLineRanges
.MinLineSeparation;
119
private bool _IsSeparated(List<
FixedSOMLineRanges
> lines, double parallelLowEnd, double perpLowEnd, double parallelHighEnd, double perpHighEnd)
177
public List<
FixedSOMLineRanges
> HorizontalLines
185
public List<
FixedSOMLineRanges
> VerticalLines
201
private List<
FixedSOMLineRanges
> _horizontals;
202
private List<
FixedSOMLineRanges
> _verticals;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
762
double minLineSeparation =
FixedSOMLineRanges
.MinLineSeparation;
764
List<
FixedSOMLineRanges
> horizontal = _lines.HorizontalLines;
765
List<
FixedSOMLineRanges
> vertical = _lines.VerticalLines;