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)
49
Hashtable oldChildren =
_dataChildren
; //cache the old ones for possible reuse
76
if (
_dataChildren
[ele] == null)
82
_dataChildren
.Add(ele, peer);