2 writes to _containerType
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
330_containerType = container.GetType(); 487_containerType = null;
2 references to _containerType
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
328if (_containerType == null) 332else if (_containerType != container.GetType())