11 references to Start
PresentationFramework (11)
System\Windows\Documents\FixedSOMLineRanges.cs (10)
23
for (int i = 0; i <
Start
.Count; )
29
else if (end + _minLineSeparation <
Start
[i])
31
Start
.Insert(i, start);
38
if (
Start
[i] < start)
40
start =
Start
[i];
46
Start
.RemoveAt(i);
50
Start
.Add(start);
58
int endIndex =
Start
.Count - 1;
73
if (startIndex == endIndex && line <= End[startIndex] && line >=
Start
[startIndex])
115
get { return
Start
.Count; }
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
779
double hStart = horizontal[h].
Start
[hSeg] - minLineSeparation;