3 writes to SmallImageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
2925SmallImageList = null;
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
55this.listBoxAutoComplete.SmallImageList = this.autoCompletionImageList;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
796this.artifactListView.SmallImageList = this.artifactImages;
5 references to SmallImageList
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
512return owner.ListView.SmallImageList;
winforms\Managed\System\WinForms\ListView.cs (3)
2420if (this.SmallImageList == null) { 5161IntPtr handle = (SmallImageList == null) ? IntPtr.Zero : SmallImageList.Handle;
winforms\Managed\System\WinForms\ListViewItem.cs (1)
595return listView.SmallImageList;