2 writes to _factory
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
1589
_factory
= factory;
1600
_factory
= null;
5 references to _factory
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1590
_factory
._isGeneratingBatches = true;
1591
_factory
.SetStatus(GeneratorStatus.GeneratingContainers);
1596
if (
_factory
!= null)
1598
_factory
._isGeneratingBatches = false;
1599
_factory
.SetStatus(GeneratorStatus.ContainersGenerated);