1 write to lpstrFilter
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
760lpstrFilter = filter,
5 references to lpstrFilter
System.Windows.Forms.Tests (5)
System\Windows\Forms\FileDialogTests.cs (5)
658ReadOnlySpan<char> filter = new(o.lpstrFilter.Value, o.lpstrFilter.StringListLength); 716Assert.True(o.lpstrFilter.IsNull); 754ReadOnlySpan<char> filter = new(o.lpstrFilter.Value, o.lpstrFilter.StringListLength);