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