3 writes to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
77_maxBytes = 0; 1261_maxBytes = maxBytes; 3398set { _maxBytes = value; }
3 references to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
72jns.RootNavigationService.MaxBytes -= _maxBytes; 1254rootNavigationService.MaxBytes += maxBytes - _maxBytes; 3397get { return _maxBytes; }