3 writes to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
77
_maxBytes
= 0;
1237
_maxBytes
= maxBytes;
3362
set {
_maxBytes
= value; }
3 references to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
72
jns.RootNavigationService.MaxBytes -=
_maxBytes
;
1230
rootNavigationService.MaxBytes += maxBytes -
_maxBytes
;
3361
get { return
_maxBytes
; }