5 references to Suffix
System.Windows.Forms.Design (5)
System\Drawing\BitmapSelector.cs (5)
37=> string.IsNullOrEmpty(Suffix) ? filePath : Path.ChangeExtension(filePath, Suffix + Path.GetExtension(filePath)); 46if (Suffix == string.Empty) 111if (Suffix != string.Empty) 137assemblyName.Name += Suffix;