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