1 override of DrawMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
238public override DrawMode DrawMode {
3 writes to DrawMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
390listBox.DrawMode = DrawMode.OwnerDrawFixed;
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
123this.operationsListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
System\Workflow\Activities\Design\RichListBox.cs (1)
31this.DrawMode = DrawMode.OwnerDrawVariable;
1 reference to DrawMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
680if (DrawMode != DrawMode.Normal) {