1 write to _contentStateToSave
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigatingCancelEventArgs.cs (1)
90
set {
_contentStateToSave
= value; }
1 reference to _contentStateToSave
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigatingCancelEventArgs.cs (1)
91
get { return
_contentStateToSave
; }