1 write to _drawMode
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
409_drawMode = value;
13 references to _drawMode
System.Windows.Forms (13)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (13)
322switch (_drawMode) 395return _drawMode; 402if (_drawMode != value) 411if (_drawMode == DrawMode.OwnerDrawVariable) 577if (_drawMode is DrawMode.OwnerDrawFixed or DrawMode.OwnerDrawVariable) 593if (_drawMode == DrawMode.OwnerDrawFixed && IsHandleCreated) 688if (value && _drawMode == DrawMode.OwnerDrawVariable) 712if (_drawMode == DrawMode.OwnerDrawVariable) 1416if (_drawMode != DrawMode.OwnerDrawVariable) 1752if (_drawMode == DrawMode.OwnerDrawFixed) 1947if (_drawMode == DrawMode.OwnerDrawVariable) 2165return ItemHeight != DefaultListBoxItemHeight && _drawMode != DrawMode.Normal; 2377if (_drawMode == DrawMode.OwnerDrawVariable && mis->itemID >= 0)