2 writes to _dataChildren
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
59_dataChildren = new ItemPeersStorage<ItemAutomationPeer>(); 505set { _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 190if (peer != null && _dataChildren[dataItem] == null) 193_dataChildren[dataItem] = peer; 503get { return _dataChildren; }