11 references to Start
PresentationFramework (11)
System\Windows\Documents\FixedSOMLineRanges.cs (10)
15for (int i = 0; i < Start.Count; ) 21else if (end + _minLineSeparation < Start[i]) 23Start.Insert(i, start); 30if (Start[i] < start) 32start = Start[i]; 38Start.RemoveAt(i); 42Start.Add(start); 50int endIndex = Start.Count - 1; 65if (startIndex == endIndex && line <= End[startIndex] && line >= Start[startIndex]) 107get { return Start.Count; }
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
775double hStart = horizontal[h].Start[hSeg] - minLineSeparation;