5 writes to _done
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
1345
_done
= (_factory.ItemsInternal.Count == 0);
1390
_done
= true; // we've reached the end of the list
1393
_done
= true;
1396
_done
= true;
1483
_done
= true;
1 reference to _done
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1398
if (
_done
)