2 writes to MaxBytes
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
97
jns.RootNavigationService.
MaxBytes
-= _maxBytes;
1422
rootNavigationService.
MaxBytes
+= maxBytes - _maxBytes;
2 references to MaxBytes
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);