2 references to FindVisualByType
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
310
visual =
FindVisualByType
(visual, type);
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
54
GridViewRowPresenter rowPresenter = GridViewAutomationPeer.
FindVisualByType
(lvi, typeof(GridViewRowPresenter)) as GridViewRowPresenter;