1 write to _emptyGroupItems
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2055_emptyGroupItems = new List<EmptyGroupItem>();
3 references to _emptyGroupItems
PresentationFramework (3)
System\Windows\Controls\ItemContainerGenerator.cs (3)
2054if (_emptyGroupItems == null) 2057_emptyGroupItems.Add(emptyGroupItem); 2065_emptyGroupItems?.Remove(groupItem);