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