2 writes to lpstrFile
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
523
notify->lpOFN->
lpstrFile
= buffer;
762
lpstrFile
= 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)
663
Assert.False(o.
lpstrFile
.IsNull);
720
Assert.False(o.
lpstrFile
.IsNull);
759
Assert.False(o.
lpstrFile
.IsNull);