2 writes to Start
PresentationFramework (2)
MS\Internal\PtsTable\RowSpanVector.cs (2)
49_entries[0].Start = int.MaxValue / 2; 111_entries[_index].Start = start;
5 references to Start
PresentationFramework (5)
MS\Internal\PtsTable\RowSpanVector.cs (5)
94Debug.Assert(_index == 0 || _entries[_index - 1].Start < start); 95Debug.Assert(start < _entries[_index].Start); 127firstOccupiedIndex = _entries[_index].Start; 142firstAvailableIndex = _entries[_index].Start + _entries[_index].Range; 150firstOccupiedIndex = _entries[_index].Start;