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