5 writes to _done
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1327
_done
= (_factory.ItemsInternal.Count == 0);
1372
_done
= true; // we've reached the end of the list
1375
_done
= true;
1378
_done
= true;
1465
_done
= true;
1 reference to _done
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1380
if (
_done
)