1 write to _args
PresentationFramework (1)
System\Windows\StartupEventArgs.cs (1)
41
_args
= GetCmdLineArgs();
2 references to _args
PresentationFramework (2)
System\Windows\StartupEventArgs.cs (2)
39
if (
_args
== null)
43
return
_args
;