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