1 implementation of OnNavigationProgress
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
1245
void IContentContainer.
OnNavigationProgress
(Uri sourceUri, long bytesRead, long maxBytes)
2 references to OnNavigationProgress
PresentationFramework (2)
MS\Internal\Navigation\BindStream.cs (2)
72
_cc.
OnNavigationProgress
(_uri, numBytes, _maxBytes);
79
_cc.
OnNavigationProgress
(_uri, numBytes, _maxBytes);