1 instantiation of GridViewAutomationPeer
PresentationFramework (1)
System\Windows\Controls\GridView.cs (1)
100return new GridViewAutomationPeer(this, parent);
1 reference to GridViewAutomationPeer
PresentationFramework (1)
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
46GridViewRowPresenter rowPresenter = GridViewAutomationPeer.FindVisualByType(lvi, typeof(GridViewRowPresenter)) as GridViewRowPresenter;