2 writes to BytesRead
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
71jns.RootNavigationService.BytesRead -= _bytesRead; 1229rootNavigationService.BytesRead += bytesRead - _bytesRead;
2 references to BytesRead
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2316NavigationWindowAutomationPeer.RaiseAsyncContentLoadedEvent(peer, BytesRead, MaxBytes); 2320NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost);