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