3 writes to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
76_maxBytes = 0; 1246_maxBytes = maxBytes; 3362set { _maxBytes = value; }
3 references to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
71jns.RootNavigationService.MaxBytes -= _maxBytes; 1239rootNavigationService.MaxBytes += maxBytes - _maxBytes; 3361get { return _maxBytes; }