2 writes to _dataChildren
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
68_dataChildren = new ItemPeersStorage<ItemAutomationPeer>(); 521set { _dataChildren = value; }
4 references to _dataChildren
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
67ItemPeersStorage<ItemAutomationPeer> oldChildren = _dataChildren; //cache the old ones for possible reuse 199if (_dataChildren[dataItem] == null) 202_dataChildren[dataItem] = peer; 519get { return _dataChildren; }