1 write to _itemCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ItemsChangedEventArgs.cs (1)
41
_itemCount
= itemCount;
1 reference to _itemCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ItemsChangedEventArgs.cs (1)
69
public int ItemCount { get { return
_itemCount
; } }