1 implementation of IContentContainer
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
67
public sealed class NavigationService :
IContentContainer
/*See comment above*/
8 references to IContentContainer
PresentationFramework (8)
src\Framework\MS\Internal\Navigation\BindStream.cs (2)
35
Uri uri,
IContentContainer
cc, Dispatcher callbackDispatcher)
486
IContentContainer
_cc;
src\Framework\System\Windows\Navigation\NavigationService.cs (6)
1274
void
IContentContainer
.OnContentReady(ContentType contentType, Object bp, Uri bpu, Object navState)
1397
void
IContentContainer
.OnNavigationProgress(Uri sourceUri, long bytesRead, long maxBytes)
1446
void
IContentContainer
.OnStreamClosed(Uri sourceUri)
3161
BindStream 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);