2 implementations of IDownloader
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
90public class Frame : ContentControl, INavigator, INavigatorImpl, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
System\Windows\Navigation\NavigationWindow.cs (1)
38public class NavigationWindow : Window, INavigator, INavigatorImpl, IDownloader, IJournalNavigationScopeHost, IUriContext
8 references to IDownloader
PresentationFramework (8)
MS\Internal\AppModel\Journaling.cs (2)
560IDownloader idl = navigator as IDownloader;
System\Windows\Controls\Frame.cs (1)
188NavigationService IDownloader.Downloader
System\Windows\Navigation\NavigationService.cs (4)
3477IDownloader oldDownloader = _navigatorHost as IDownloader; 3491IDownloader newDownloader = value as IDownloader;
System\Windows\Navigation\NavigationWindow.cs (1)
231NavigationService IDownloader.Downloader