3 writes to backgroundImageFileName
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
3002
this.
backgroundImageFileName
= String.Empty;
4806
this.
backgroundImageFileName
= sb.ToString();
4823
this.
backgroundImageFileName
= String.Empty;
9 references to backgroundImageFileName
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (9)
443
lvbkImage.pszImage = this.
backgroundImageFileName
;
444
lvbkImage.cchImageMax = this.
backgroundImageFileName
.Length + 1;
2980
if (!String.IsNullOrEmpty(this.
backgroundImageFileName
) || this.bkImgFileNames != null) {
2991
if (!String.IsNullOrEmpty(this.
backgroundImageFileName
)) {
2992
fi = new System.IO.FileInfo(this.
backgroundImageFileName
);
4784
string fileNameToDelete = this.
backgroundImageFileName
;
4808
this.BackgroundImage.Save(this.
backgroundImageFileName
, System.Drawing.Imaging.ImageFormat.Bmp);
4813
lvbkImage.pszImage = this.
backgroundImageFileName
;
4814
lvbkImage.cchImageMax = this.
backgroundImageFileName
.Length + 1;