5 writes to _done
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1337
_done
= (_factory.ItemsInternal.Count == 0);
1382
_done
= true; // we've reached the end of the list
1385
_done
= true;
1388
_done
= true;
1475
_done
= true;
1 reference to _done
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1390
if (
_done
)