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