2 writes to _containerType
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
329_containerType = container.GetType(); 486_containerType = null;
2 references to _containerType
PresentationFramework (2)
System\Windows\Controls\ItemContainerGenerator.cs (2)
327if (_containerType == null) 331else if (_containerType != container.GetType())