6 instantiations of ListView
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
162_lvAvailableStyles = new ListView();
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
34this.rulesListView = new System.Windows.Forms.ListView();
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
22private ListView listBoxAutoComplete = new ListView();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
34this.rulesListView = new System.Windows.Forms.ListView();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
140this.artifactListView = new System.Windows.Forms.ListView();
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
40this.listAllowedCertificates = new System.Windows.Forms.ListView();
73 references to ListView
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (2)
33using ListView = System.Windows.Forms.ListView; 61private ListView _lvAvailableStyles;
System.Windows.Forms (66)
winforms\Managed\System\WinForms\ColumnClickEvent.cs (1)
20/// Provides data for the <see cref='System.Windows.Forms.ListView.OnColumnClick'/>
winforms\Managed\System\WinForms\ColumnClickEventHandler.cs (2)
18/// the <see cref='System.Windows.Forms.ListView.OnColumnClick'/>event of a <see cref='System.Windows.Forms.ListView'/>
winforms\Managed\System\WinForms\ColumnHeader.cs (4)
26/// Displays a single column header in a <see cref='System.Windows.Forms.ListView'/> 54private ListView listview; 56internal ListView OwnerListview 254public ListView ListView {
winforms\Managed\System\WinForms\ColumnHeaderAutoResizeStyle.cs (1)
8/// a <see cref='System.Windows.Forms.ListView'/> control.
winforms\Managed\System\WinForms\ColumnHeaderStyle.cs (1)
20/// Specifies how <see cref='System.Windows.Forms.ListView'/> column headers behave.
winforms\Managed\System\WinForms\ItemCheckedEventHandler.cs (1)
20/// <see cref='System.Windows.Forms.ListView'/>.
winforms\Managed\System\WinForms\ItemCheckEventHandler.cs (1)
20/// <see cref='System.Windows.Forms.ListView'/>.
winforms\Managed\System\WinForms\ItemDragEvent.cs (1)
20/// Provides data for the <see cref='System.Windows.Forms.ListView.OnItemDrag'/> event.
winforms\Managed\System\WinForms\ItemDragEventHandler.cs (2)
17/// Represents the method that will handle the <see cref='System.Windows.Forms.ListView.OnItemDrag'/> 20/// <see cref='System.Windows.Forms.ListView'/>
winforms\Managed\System\WinForms\LabelEditEvent.cs (1)
20/// Provides data for the <see cref='System.Windows.Forms.ListView.LabelEdit'/> event.
winforms\Managed\System\WinForms\LabelEditEventHandler.cs (2)
17/// Represents the method that will handle the <see cref='System.Windows.Forms.ListView.LabelEdit'/> event of a 18/// <see cref='System.Windows.Forms.ListView'/>
winforms\Managed\System\WinForms\ListView.cs (15)
6415private ListView owner; 6422public CheckedIndexCollection(ListView owner) { 6646private ListView owner; 6658public CheckedListViewItemCollection(ListView owner) { 6971private ListView owner; 6978public SelectedIndexCollection(ListView owner) { 7291private ListView owner; 7303public SelectedListViewItemCollection(ListView owner) { 7679private ListView owner; 7685public ColumnHeaderCollection(ListView owner) { 8302public ListViewItemCollection(ListView owner) { 8824private ListView owner; 8826public ListViewNativeItemCollection(ListView owner) { 9219private ListView owner; 9221internal ListViewAccessibleObject(ListView owner) : base(owner) {
winforms\Managed\System\WinForms\ListViewAlignment.cs (3)
20/// Specifies how items align in the <see cref='System.Windows.Forms.ListView'/>. 37/// Items are aligned to the top of the <see cref='System.Windows.Forms.ListView'/> control. 45/// Items are aligned to the left of the <see cref='System.Windows.Forms.ListView'/> control.
winforms\Managed\System\WinForms\ListViewGroup.cs (8)
36private ListView listView; 42private ListView.ListViewItemCollection items; 156public ListView.ListViewItemCollection Items { 160items = new ListView.ListViewItemCollection(new ListViewGroupItemCollection(this)); 170public ListView ListView 178internal ListView ListViewInternal 309private ListView listView; 313internal ListViewGroupCollection(ListView listView) {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
16internal class ListViewGroupItemCollection : ListView.ListViewItemCollection.IInnerList {
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (2)
21private ListView listView; 27internal ListViewInsertionMark(ListView listView) {
winforms\Managed\System\WinForms\ListViewItem.cs (6)
34/// Implements an item of a <see cref='System.Windows.Forms.ListView'/>. 58internal ListView listView; 653public ListView ListView { 957ListView lv = ListView; 1083internal void Host(ListView parent, int ID, int index) { 1345internal void SetItemIndex(ListView listView, int index) {
winforms\Managed\System\WinForms\ListViewItemMouseHoverEvent.cs (1)
19/// Provides data for the <see cref='System.Windows.Forms.ListView.OnItemMouseHover'/> event.
winforms\Managed\System\WinForms\ListViewItemMouseHoverEventHandler.cs (2)
17/// Represents the method that will handle the <see cref='System.Windows.Forms.ListView.ItemMouseHover'/> 20/// <see cref='System.Windows.Forms.ListView'/>
winforms\Managed\System\WinForms\ListViewItemSelectionChangedEventHandler.cs (1)
14/// <see cref='System.Windows.Forms.ListView'/>.
winforms\Managed\System\WinForms\ListViewVirtualItemsSelectionRangeChangedEventHandler.cs (1)
14/// <see cref='System.Windows.Forms.ListView'/>.
winforms\Managed\System\WinForms\ToolTip.cs (8)
776if (associatedControl is ListView) { 777((ListView)associatedControl).SetToolTip(this, GetToolTip(associatedControl)); 972if (ctl is TreeView || ctl is ListView) { 978ListView lv = ctl as ListView; 1175if (ctl is TreeView || ctl is ListView) { 1181ListView lv = ctl as ListView;
winforms\Managed\System\WinForms\View.cs (1)
21/// a <see cref='System.Windows.Forms.ListView'/> control.
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
242private System.Windows.Forms.ListView rulesListView;
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
22private ListView listBoxAutoComplete = new ListView();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
378private System.Windows.Forms.ListView rulesListView;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
62private ListView artifactListView;
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
149private System.Windows.Forms.ListView listAllowedCertificates;