2 writes to _entered
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
2090_entered = true; 2096_entered = false;
2 references to _entered
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
2087if (_entered) 2100public bool Busy { get { return _entered; } }