1 write to _count
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
3558
_count
= count;
4 references to _count
PresentationFramework (4)
System\Windows\Controls\Grid.cs (4)
3567
int hash = (_start ^ (
_count
<< 2));
3583
&& sk.
_count
==
_count
3595
internal int Count { get { return (
_count
); } }