2 writes to _entered
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
2135_entered = true; 2141_entered = false;
2 references to _entered
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
2132if (_entered) 2145public bool Busy { get { return _entered; } }