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