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));
46
if (
Suffix
== string.Empty)
111
if (
Suffix
!= string.Empty)
137
assemblyName.Name +=
Suffix
;