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