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