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