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