5 writes to _done
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1328
_done
= (_factory.ItemsInternal.Count == 0);
1373
_done
= true; // we've reached the end of the list
1376
_done
= true;
1379
_done
= true;
1466
_done
= true;
1 reference to _done
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1381
if (
_done
)