1 write to _count
System.Xaml (1)
System\Xaml\ReaderMultiIndexDelegate.cs (1)
32_count = count;
4 references to _count
System.Xaml (4)
System\Xaml\ReaderMultiIndexDelegate.cs (4)
45if (_idx < _count - 1) 65_idx = _count; 75public int Count { get { return _count; } } 82if (value < -1 || value > _count)