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