1 write to _drawMode
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
411_drawMode = value;
13 references to _drawMode
System.Windows.Forms (13)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (13)
324switch (_drawMode) 397return _drawMode; 404if (_drawMode != value) 413if (_drawMode == DrawMode.OwnerDrawVariable) 579if (_drawMode is DrawMode.OwnerDrawFixed or DrawMode.OwnerDrawVariable) 595if (_drawMode == DrawMode.OwnerDrawFixed && IsHandleCreated) 690if (value && _drawMode == DrawMode.OwnerDrawVariable) 714if (_drawMode == DrawMode.OwnerDrawVariable) 1418if (_drawMode != DrawMode.OwnerDrawVariable) 1754if (_drawMode == DrawMode.OwnerDrawFixed) 1949if (_drawMode == DrawMode.OwnerDrawVariable) 2167return ItemHeight != DefaultListBoxItemHeight && _drawMode != DrawMode.Normal; 2379if (_drawMode == DrawMode.OwnerDrawVariable && mis->itemID >= 0)