4 writes to _customContentStateToSave
PresentationFramework (4)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
1599
_customContentStateToSave
= state;
1605
_customContentStateToSave
= null;
2265
_customContentStateToSave
= e.ContentStateToSave;
3417
_customContentStateToSave
= null; // not needed anymore
1 reference to _customContentStateToSave
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3516
CustomContentState ccs =
_customContentStateToSave
;