2 implementations of IDownloader
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
91public class Frame : ContentControl, INavigator, INavigatorImpl, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
System\Windows\Navigation\NavigationWindow.cs (1)
39public class NavigationWindow : Window, INavigator, INavigatorImpl, IDownloader, IJournalNavigationScopeHost, IUriContext
8 references to IDownloader
PresentationFramework (8)
MS\Internal\AppModel\Journaling.cs (2)
561IDownloader idl = navigator as IDownloader;
System\Windows\Controls\Frame.cs (1)
189NavigationService IDownloader.Downloader
System\Windows\Navigation\NavigationService.cs (4)
3517IDownloader oldDownloader = _navigatorHost as IDownloader; 3534IDownloader newDownloader = value as IDownloader;
System\Windows\Navigation\NavigationWindow.cs (1)
232NavigationService IDownloader.Downloader