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