1 write to _count
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
3617
_count
= count;
4 references to _count
PresentationFramework (4)
src\Framework\System\Windows\Controls\Grid.cs (4)
3626
int hash = (_start ^ (
_count
<< 2));
3642
&& sk.
_count
==
_count
3654
internal int Count { get { return (
_count
); } }