1 write to _emptyGroupItems
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2058
_emptyGroupItems
= new List<EmptyGroupItem>();
4 references to _emptyGroupItems
PresentationFramework (4)
System\Windows\Controls\ItemContainerGenerator.cs (4)
2057
if (
_emptyGroupItems
== null)
2060
_emptyGroupItems
.Add(emptyGroupItem);
2068
if (
_emptyGroupItems
!= null)
2069
_emptyGroupItems
.Remove(groupItem);