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