2 writes to BytesRead
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
96
jns.RootNavigationService.
BytesRead
-= _bytesRead;
1421
rootNavigationService.
BytesRead
+= bytesRead - _bytesRead;
2 references to BytesRead
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2561
NavigationWindowAutomationPeer.RaiseAsyncContentLoadedEvent(peer,
BytesRead
, MaxBytes);
2565
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source,
BytesRead
, MaxBytes, INavigatorHost);