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