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