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