3 writes to _maxBytes
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
102_maxBytes = 0; 1429_maxBytes = maxBytes; 3685set { _maxBytes = value; }
3 references to _maxBytes
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
97jns.RootNavigationService.MaxBytes -= _maxBytes; 1422rootNavigationService.MaxBytes += maxBytes - _maxBytes; 3684get { return _maxBytes; }