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