3 references to CacheVirtualItems
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\CacheVirtualItemsEventHandler.cs (1)
7
/// Represents a method that will handle the <see cref="ListView.
CacheVirtualItems
"/> event of a <see cref="ListView"/>.
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewTests.cs (2)
5966
listView.
CacheVirtualItems
+= handler;
5971
listView.
CacheVirtualItems
-= handler;