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