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