11 references to Start
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedSOMLineRanges.cs (10)
28
for (int i = 0; i <
Start
.Count; )
34
else if (end + _minLineSeparation <
Start
[i])
36
Start
.Insert(i, start);
43
if (
Start
[i] < start)
45
start =
Start
[i];
51
Start
.RemoveAt(i);
55
Start
.Add(start);
63
int endIndex =
Start
.Count - 1;
78
if (startIndex == endIndex && line <= End[startIndex] && line >=
Start
[startIndex])
120
get { return
Start
.Count; }
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
787
double hStart = horizontal[h].
Start
[hSeg] - minLineSeparation;