1 write to _count
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2861public int ItemCount { get { return _count; } set { _count = value; } }
1 reference to _count
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2861public int ItemCount { get { return _count; } set { _count = value; } }