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