1 implementation of IContentContainer
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
41
public sealed class NavigationService :
IContentContainer
/*See comment above*/
8 references to IContentContainer
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (2)
28
Uri uri,
IContentContainer
cc, Dispatcher callbackDispatcher)
460
private
IContentContainer
_cc;
System\Windows\Navigation\NavigationService.cs (6)
1078
void
IContentContainer
.OnContentReady(ContentType contentType, Object bp, Uri bpu, Object navState)
1201
void
IContentContainer
.OnNavigationProgress(Uri sourceUri, long bytesRead, long maxBytes)
1250
void
IContentContainer
.OnStreamClosed(Uri sourceUri)
2866
BindStream bindStream = new BindStream(s, contentLength, cleanSource, (
IContentContainer
)this, Dispatcher.CurrentDispatcher);
2889
((
IContentContainer
)this).OnContentReady(contentType, o, destinationUri, navState);
3027
((
IContentContainer
)this).OnContentReady(null, bp, resolvedSource, navState);