3 writes to _backgroundImageFileName
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3114
_backgroundImageFileName
= string.Empty;
5172
_backgroundImageFileName
= Path.GetTempFileName();
5190
_backgroundImageFileName
= string.Empty;
9 references to _backgroundImageFileName
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.cs (9)
393
fixed (char* pBackgroundImageFileName =
_backgroundImageFileName
)
402
lvbkImage.cchImageMax = (uint)(
_backgroundImageFileName
.Length + 1);
3097
if (!string.IsNullOrEmpty(
_backgroundImageFileName
) || _bkImgFileNames is not null)
3100
if (!string.IsNullOrEmpty(
_backgroundImageFileName
))
3102
fi = new FileInfo(
_backgroundImageFileName
);
5167
string fileNameToDelete =
_backgroundImageFileName
;
5174
BackgroundImage.Save(
_backgroundImageFileName
, Drawing.Imaging.ImageFormat.Bmp);
5176
backgroundImage.cchImageMax = (uint)(
_backgroundImageFileName
.Length + 1);
5193
fixed (char* pBackgroundImageFileName =
_backgroundImageFileName
)