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