2 writes to _factory
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
1597_factory = factory; 1608_factory = null;
5 references to _factory
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
1598_factory._isGeneratingBatches = true; 1599_factory.SetStatus(GeneratorStatus.GeneratingContainers); 1604if (_factory != null) 1606_factory._isGeneratingBatches = false; 1607_factory.SetStatus(GeneratorStatus.ContainersGenerated);