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