1 write to _args
PresentationFramework (1)
System\Windows\StartupEventArgs.cs (1)
40
_args
= GetCmdLineArgs();
2 references to _args
PresentationFramework (2)
System\Windows\StartupEventArgs.cs (2)
38
if (
_args
== null)
42
return
_args
;