4 references to Suffix
System.Windows.Forms (4)
parent\parent\parent\InternalApis\NDP_FX\inc\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
;