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