1 write to IncludeSubItemsInSearch
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\SearchForVirtualItemEventArgs.cs (1)
21IncludeSubItemsInSearch = includeSubItemsInSearch;
1 reference to IncludeSubItemsInSearch
System.Windows.Forms.Tests (1)
System\Windows\Forms\SearchForVirtualItemEventArgsTests.cs (1)
26Assert.Equal(includeSubItemsInSearch, e.IncludeSubItemsInSearch);