1 write to _dataChildren
PresentationFramework (1)
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
62_dataChildren = new Hashtable(rowPresenter.ActualCells.Count);
3 references to _dataChildren
PresentationFramework (3)
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (3)
61Hashtable oldChildren = _dataChildren; //cache the old ones for possible reuse 88if (_dataChildren[ele] == null) 94_dataChildren.Add(ele, peer);