3 writes to _backgroundImageFileName
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3119
_backgroundImageFileName
= string.Empty;
5179
_backgroundImageFileName
= Path.GetTempFileName();
5197
_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);
3102
if (!string.IsNullOrEmpty(
_backgroundImageFileName
) || _bkImgFileNames is not null)
3105
if (!string.IsNullOrEmpty(
_backgroundImageFileName
))
3107
fi = new FileInfo(
_backgroundImageFileName
);
5174
string fileNameToDelete =
_backgroundImageFileName
;
5181
BackgroundImage.Save(
_backgroundImageFileName
, Drawing.Imaging.ImageFormat.Bmp);
5183
backgroundImage.cchImageMax = (uint)(
_backgroundImageFileName
.Length + 1);
5200
fixed (char* pBackgroundImageFileName =
_backgroundImageFileName
)