2 writes to _dataChildren
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
71_dataChildren = new ItemPeersStorage<ItemAutomationPeer>(); 517set { _dataChildren = value; }
4 references to _dataChildren
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
70ItemPeersStorage<ItemAutomationPeer> oldChildren = _dataChildren; //cache the old ones for possible reuse 202if (peer != null && _dataChildren[dataItem] == null) 205_dataChildren[dataItem] = peer; 515get { return _dataChildren; }