4 references to Suffix
System.Drawing (4)
commonui\System\Drawing\BitmapSelector.cs (4)
58return Path.ChangeExtension(filePath, Suffix + Path.GetExtension(filePath)); 71if (Suffix == string.Empty) 137if (Suffix != string.Empty) { 156assemblyName.Name += Suffix;