1 write to Verb
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1132
Verb
= "runas" // required to prompt for elevation
2 references to Verb
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2236
if (startInfo.
Verb
.Length != 0)
2237
shellExecuteInfo.lpVerb = Marshal.StringToHGlobalAuto(startInfo.
Verb
);