2 instantiations of GridViewCellAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
71
peer = new
GridViewCellAutomationPeer
((ContentPresenter)ele, _listviewAP);
75
peer = new
GridViewCellAutomationPeer
((TextBlock)ele, _listviewAP);
2 references to GridViewCellAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
66
GridViewCellAutomationPeer
peer = (oldChildren == null ? null : (
GridViewCellAutomationPeer
)oldChildren[ele]);