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