2 writes to lpstrFile
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
523notify->lpOFN->lpstrFile = buffer; 762lpstrFile = buffer,
5 references to lpstrFile
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
399? GetMultiselectFiles(new((char*)lpOFN->lpstrFile, (int)lpOFN->nMaxFile)) 400: [lpOFN->lpstrFile.ToString()];
System.Windows.Forms.Tests (3)
System\Windows\Forms\FileDialogTests.cs (3)
663Assert.False(o.lpstrFile.IsNull); 720Assert.False(o.lpstrFile.IsNull); 759Assert.False(o.lpstrFile.IsNull);