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