4 writes to _customContentStateToSave
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
1442
_customContentStateToSave
= state;
1448
_customContentStateToSave
= null;
2093
_customContentStateToSave
= e.ContentStateToSave;
3178
_customContentStateToSave
= null; // not needed anymore
1 reference to _customContentStateToSave
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3278
CustomContentState ccs =
_customContentStateToSave
;