11 references to Start
PresentationFramework (11)
System\Windows\Documents\FixedSOMLineRanges.cs (10)
16
for (int i = 0; i <
Start
.Count; )
22
else if (end + _minLineSeparation <
Start
[i])
24
Start
.Insert(i, start);
31
if (
Start
[i] < start)
33
start =
Start
[i];
39
Start
.RemoveAt(i);
43
Start
.Add(start);
51
int endIndex =
Start
.Count - 1;
66
if (startIndex == endIndex && line <= End[startIndex] && line >=
Start
[startIndex])
108
get { return
Start
.Count; }
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
774
double hStart = horizontal[h].
Start
[hSeg] - minLineSeparation;