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)
45
if (_idx <
_count
- 1)
65
_idx =
_count
;
75
public int Count { get { return
_count
; } }
82
if (value < -1 || value >
_count
)