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); 1587if (_factory != null) 1589_factory._isGeneratingBatches = false; 1590_factory.SetStatus(GeneratorStatus.ContainersGenerated);