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