1 write to _exitCode
PresentationFramework (1)
System\Windows\Application.cs (1)
2261_exitCode = exitCode;
3 references to _exitCode
PresentationFramework (3)
System\Windows\Application.cs (3)
1632ExitEventArgs e = new ExitEventArgs(_exitCode); 1753return _exitCode; 2259if (_exitCode != exitCode)