2 writes to _dataChildren
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
59_dataChildren = new ItemPeersStorage<ItemAutomationPeer>(); 496set { _dataChildren = value; }
4 references to _dataChildren
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
58ItemPeersStorage<ItemAutomationPeer> oldChildren = _dataChildren; //cache the old ones for possible reuse 187if (peer != null && _dataChildren[dataItem] == null) 190_dataChildren[dataItem] = peer; 494get { return _dataChildren; }