2 implementations of IDownloader
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
103public class Frame : ContentControl, INavigator, INavigatorImpl, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
System\Windows\Navigation\NavigationWindow.cs (1)
55public class NavigationWindow : Window, INavigator, INavigatorImpl, IDownloader, IJournalNavigationScopeHost, IUriContext
8 references to IDownloader
PresentationFramework (8)
MS\Internal\AppModel\Journaling.cs (2)
570IDownloader idl = navigator as IDownloader;
System\Windows\Controls\Frame.cs (1)
201NavigationService IDownloader.Downloader
System\Windows\Navigation\NavigationService.cs (4)
3545IDownloader oldDownloader = _navigatorHost as IDownloader; 3562IDownloader newDownloader = value as IDownloader;
System\Windows\Navigation\NavigationWindow.cs (1)
248NavigationService IDownloader.Downloader