3 writes to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
82_maxBytes = 0; 1266_maxBytes = maxBytes; 3415set { _maxBytes = value; }
3 references to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
77jns.RootNavigationService.MaxBytes -= _maxBytes; 1259rootNavigationService.MaxBytes += maxBytes - _maxBytes; 3414get { return _maxBytes; }