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