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