2 writes to _factory
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
1583
_factory
= factory;
1594
_factory
= null;
5 references to _factory
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1584
_factory
._isGeneratingBatches = true;
1585
_factory
.SetStatus(GeneratorStatus.GeneratingContainers);
1590
if (
_factory
!= null)
1592
_factory
._isGeneratingBatches = false;
1593
_factory
.SetStatus(GeneratorStatus.ContainersGenerated);