1 write to _args
PresentationFramework (1)
src\Framework\System\Windows\StartupEventArgs.cs (1)
51
_args
= GetCmdLineArgs();
2 references to _args
PresentationFramework (2)
src\Framework\System\Windows\StartupEventArgs.cs (2)
49
if (
_args
== null)
53
return
_args
;