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