1 write to _exitCode
PresentationFramework (1)
System\Windows\Application.cs (1)
2180_exitCode = exitCode;
3 references to _exitCode
PresentationFramework (3)
System\Windows\Application.cs (3)
1564ExitEventArgs e = new ExitEventArgs(_exitCode); 1685return _exitCode; 2178if (_exitCode != exitCode)