1 implementation of IContentContainer
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
67public sealed class NavigationService : IContentContainer /*See comment above*/
8 references to IContentContainer
PresentationFramework (8)
src\Framework\MS\Internal\Navigation\BindStream.cs (2)
35Uri uri, IContentContainer cc, Dispatcher callbackDispatcher) 486IContentContainer _cc;
src\Framework\System\Windows\Navigation\NavigationService.cs (6)
1274void IContentContainer.OnContentReady(ContentType contentType, Object bp, Uri bpu, Object navState) 1397void IContentContainer.OnNavigationProgress(Uri sourceUri, long bytesRead, long maxBytes) 1446void IContentContainer.OnStreamClosed(Uri sourceUri) 3161BindStream bindStream = new BindStream(s, contentLength, cleanSource, (IContentContainer)this, Dispatcher.CurrentDispatcher); 3184((IContentContainer)this).OnContentReady(contentType, o, destinationUri, navState); 3322((IContentContainer)this).OnContentReady(null, bp, resolvedSource, navState);