1 write to IsPrefixSearch
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\SearchForVirtualItemEventArgs.cs (1)
20
IsPrefixSearch
= isPrefixSearch;
1 reference to IsPrefixSearch
System.Windows.Forms.Tests (1)
System\Windows\Forms\SearchForVirtualItemEventArgsTests.cs (1)
25
Assert.Equal(isPrefixSearch, e.
IsPrefixSearch
);