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