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)
328
if (
_containerType
== null)
332
else if (
_containerType
!= container.GetType())