2 writes to _containerType
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
336_containerType = container.GetType(); 493_containerType = null;
2 references to _containerType
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
334if (_containerType == null) 338else if (_containerType != container.GetType())