2 writes to Start
PresentationFramework (2)
MS\Internal\PtsTable\RowSpanVector.cs (2)
47_entries[0].Start = int.MaxValue / 2; 109_entries[_index].Start = start;
5 references to Start
PresentationFramework (5)
MS\Internal\PtsTable\RowSpanVector.cs (5)
92Debug.Assert(_index == 0 || _entries[_index - 1].Start < start); 93Debug.Assert(start < _entries[_index].Start); 125firstOccupiedIndex = _entries[_index].Start; 140firstAvailableIndex = _entries[_index].Start + _entries[_index].Range; 148firstOccupiedIndex = _entries[_index].Start;