2 writes to _enumerator2Collection
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3876
_enumerator2Collection
= grid.Children;
3881
_enumerator2Collection
= null;
2 references to _enumerator2Collection
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3877
_enumerator2Count =
_enumerator2Collection
.Count;
3898
_currentChild =
_enumerator2Collection
[_enumerator2Index];