3 writes to _backgroundImageFileName
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3107
_backgroundImageFileName
= string.Empty;
5124
_backgroundImageFileName
= Path.GetTempFileName();
5142
_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);
3090
if (!string.IsNullOrEmpty(
_backgroundImageFileName
) || _bkImgFileNames is not null)
3093
if (!string.IsNullOrEmpty(
_backgroundImageFileName
))
3095
fi = new FileInfo(
_backgroundImageFileName
);
5119
string fileNameToDelete =
_backgroundImageFileName
;
5126
BackgroundImage.Save(
_backgroundImageFileName
, Drawing.Imaging.ImageFormat.Bmp);
5128
backgroundImage.cchImageMax = (uint)(
_backgroundImageFileName
.Length + 1);
5145
fixed (char* pBackgroundImageFileName =
_backgroundImageFileName
)