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