1 implementation of IContentContainer
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
47public sealed class NavigationService : IContentContainer /*See comment above*/
8 references to IContentContainer
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (2)
29Uri uri, IContentContainer cc, Dispatcher callbackDispatcher) 461IContentContainer _cc;
System\Windows\Navigation\NavigationService.cs (6)
1111void IContentContainer.OnContentReady(ContentType contentType, Object bp, Uri bpu, Object navState) 1234void IContentContainer.OnNavigationProgress(Uri sourceUri, long bytesRead, long maxBytes) 1283void IContentContainer.OnStreamClosed(Uri sourceUri) 2923BindStream bindStream = new BindStream(s, contentLength, cleanSource, (IContentContainer)this, Dispatcher.CurrentDispatcher); 2946((IContentContainer)this).OnContentReady(contentType, o, destinationUri, navState); 3084((IContentContainer)this).OnContentReady(null, bp, resolvedSource, navState);