2 writes to Start
PresentationFramework (2)
MS\Internal\PtsTable\RowSpanVector.cs (2)
46_entries[0].Start = int.MaxValue / 2; 108_entries[_index].Start = start;
5 references to Start
PresentationFramework (5)
MS\Internal\PtsTable\RowSpanVector.cs (5)
91Debug.Assert(_index == 0 || _entries[_index - 1].Start < start); 92Debug.Assert(start < _entries[_index].Start); 124firstOccupiedIndex = _entries[_index].Start; 139firstAvailableIndex = _entries[_index].Start + _entries[_index].Range; 147firstOccupiedIndex = _entries[_index].Start;