2 references to GetShortPathName
System.Windows.Forms (2)
System\Windows\Forms\Help\Help.cs (2)
125uint requiredStringSize = PInvoke.GetShortPathName(localPath, default); 130uint written = PInvoke.GetShortPathName(localPath, shortName);