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