1 override of GetAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridView.cs (1)
101internal protected override IViewAutomationPeer GetAutomationPeer(ListView parent)
2 references to GetAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Controls\ListView.cs (2)
120lvPeer.ViewAutomationPeer = newView.GetAutomationPeer(listView); 230lvPeer.ViewAutomationPeer = View.GetAutomationPeer(this);