1 write to _contentStateToSave
PresentationFramework (1)
System\Windows\Navigation\NavigatingCancelEventArgs.cs (1)
86set { _contentStateToSave = value; }
1 reference to _contentStateToSave
PresentationFramework (1)
System\Windows\Navigation\NavigatingCancelEventArgs.cs (1)
87get { return _contentStateToSave; }