1 instantiation of SessionEndingCancelEventArgs
PresentationFramework (1)
System\Windows\Application.cs (1)
2207
SessionEndingCancelEventArgs secEventArgs = new
SessionEndingCancelEventArgs
( (reason & NativeMethods.ENDSESSION_LOGOFF) != 0? ReasonSessionEnding.Logoff : ReasonSessionEnding.Shutdown );
3 references to SessionEndingCancelEventArgs
PresentationFramework (3)
System\Windows\Application.cs (3)
80
public delegate void SessionEndingCancelEventHandler(Object sender,
SessionEndingCancelEventArgs
e);
1374
protected virtual void OnSessionEnding(
SessionEndingCancelEventArgs
e)
2207
SessionEndingCancelEventArgs
secEventArgs = new SessionEndingCancelEventArgs( (reason & NativeMethods.ENDSESSION_LOGOFF) != 0? ReasonSessionEnding.Logoff : ReasonSessionEnding.Shutdown );