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)
393fixed (char* pBackgroundImageFileName = _backgroundImageFileName) 402lvbkImage.cchImageMax = (uint)(_backgroundImageFileName.Length + 1); 3090if (!string.IsNullOrEmpty(_backgroundImageFileName) || _bkImgFileNames is not null) 3093if (!string.IsNullOrEmpty(_backgroundImageFileName)) 3095fi = new FileInfo(_backgroundImageFileName); 5119string fileNameToDelete = _backgroundImageFileName; 5126BackgroundImage.Save(_backgroundImageFileName, Drawing.Imaging.ImageFormat.Bmp); 5128backgroundImage.cchImageMax = (uint)(_backgroundImageFileName.Length + 1); 5145fixed (char* pBackgroundImageFileName = _backgroundImageFileName)