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)
2132
if (
_entered
)
2145
public bool Busy { get { return
_entered
; } }