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