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