3 writes to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
91_maxBytes = 0; 1277_maxBytes = maxBytes; 3426set { _maxBytes = value; }
3 references to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
86jns.RootNavigationService.MaxBytes -= _maxBytes; 1270rootNavigationService.MaxBytes += maxBytes - _maxBytes; 3425get { return _maxBytes; }