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