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