1 write to _exitCode
PresentationFramework (1)
System\Windows\Application.cs (1)
2188_exitCode = exitCode;
3 references to _exitCode
PresentationFramework (3)
System\Windows\Application.cs (3)
1607ExitEventArgs e = new ExitEventArgs(_exitCode); 1723return _exitCode; 2186if (_exitCode != exitCode)