2 writes to _oldItemsCount
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
49
_oldItemsCount
= _listview.Items.Count;
114
_oldItemsCount
= _listview.Items.Count;
2 references to _oldItemsCount
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
110
if (
_oldItemsCount
!= _listview.Items.Count)
112
peer.RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty,
_oldItemsCount
, _listview.Items.Count);