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