11 references to Start
PresentationFramework (11)
System\Windows\Documents\FixedSOMLineRanges.cs (10)
23for (int i = 0; i < Start.Count; ) 29else if (end + _minLineSeparation < Start[i]) 31Start.Insert(i, start); 38if (Start[i] < start) 40start = Start[i]; 46Start.RemoveAt(i); 50Start.Add(start); 58int endIndex = Start.Count - 1; 73if (startIndex == endIndex && line <= End[startIndex] && line >= Start[startIndex]) 115get { return Start.Count; }
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
779double hStart = horizontal[h].Start[hSeg] - minLineSeparation;