2 writes to _entered
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
2122_entered = true; 2128_entered = false;
2 references to _entered
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
2119if (_entered) 2132public bool Busy { get { return _entered; } }