3 writes to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
76
_maxBytes
= 0;
1233
_maxBytes
= maxBytes;
3358
set {
_maxBytes
= value; }
3 references to _maxBytes
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
71
jns.RootNavigationService.MaxBytes -=
_maxBytes
;
1226
rootNavigationService.MaxBytes += maxBytes -
_maxBytes
;
3357
get { return
_maxBytes
; }