1 write to lpstrTitle
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
765
lpstrTitle
= title,
3 references to lpstrTitle
System.Windows.Forms.Tests (3)
System\Windows\Forms\FileDialogTests.cs (3)
668
Assert.True(o.
lpstrTitle
.IsNull);
725
Assert.Equal("Title", o.
lpstrTitle
.ToString());
764
Assert.True(o.
lpstrTitle
.IsNull);