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)
393fixed (char* pBackgroundImageFileName = _backgroundImageFileName) 402lvbkImage.cchImageMax = (uint)(_backgroundImageFileName.Length + 1); 3102if (!string.IsNullOrEmpty(_backgroundImageFileName) || _bkImgFileNames is not null) 3105if (!string.IsNullOrEmpty(_backgroundImageFileName)) 3107fi = new FileInfo(_backgroundImageFileName); 5174string fileNameToDelete = _backgroundImageFileName; 5181BackgroundImage.Save(_backgroundImageFileName, Drawing.Imaging.ImageFormat.Bmp); 5183backgroundImage.cchImageMax = (uint)(_backgroundImageFileName.Length + 1); 5200fixed (char* pBackgroundImageFileName = _backgroundImageFileName)