2 references to FindTargetInWindowCollection
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
624
INavigatorBase navigator =
FindTargetInWindowCollection
(Application.Current.WindowsInternal.Clone(), targetName);
630
navigator =
FindTargetInWindowCollection
(Application.Current.NonAppWindowsInternal.Clone(), targetName);