2 writes to MouseIsOver
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2518MouseIsOver = true; 2527MouseIsOver = false;
4 references to MouseIsOver
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3767if ((!Enabled || FlatStyle == FlatStyle.Popup) && MouseIsOver)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
84bool focused = comboBox.ContainsFocus || comboBox.MouseIsOver;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (2)
87bool focused = comboBox.ContainsFocus || comboBox.MouseIsOver; 132&& (comboBox.ContainsFocus || comboBox.MouseIsOver)