3 writes to _backgroundImageFileName
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3114
_backgroundImageFileName
= string.Empty;
5170
_backgroundImageFileName
= Path.GetTempFileName();
5188
_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
);
5165
string fileNameToDelete =
_backgroundImageFileName
;
5172
BackgroundImage.Save(
_backgroundImageFileName
, Drawing.Imaging.ImageFormat.Bmp);
5174
backgroundImage.cchImageMax = (uint)(
_backgroundImageFileName
.Length + 1);
5191
fixed (char* pBackgroundImageFileName =
_backgroundImageFileName
)