4 writes to FlatStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1298comboBox.FlatStyle = FlatStyle;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (2)
47FlatStyle = FlatStyle.Popup, 188set { ComboBox.FlatStyle = value; }
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (1)
12FlatStyle = FlatStyle.Popup;
13 references to FlatStyle
System.Windows.Forms (13)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (11)
723if ((!ContainsFocus || !Application.RenderWithVisualStyles) && FlatStyle == FlatStyle.Popup) 1523if (FlatStyle == FlatStyle.Popup) 1567if (FlatStyle == FlatStyle.Popup) 3651&& (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) 3759&& (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup) 3825if (!GetStyle(ControlStyles.UserPaint) && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) 3831if (!GetStyle(ControlStyles.UserPaint) && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup))
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
112if ((!comboBox.Enabled) || (comboBox.FlatStyle == FlatStyle.Popup))
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
187get { return ComboBox.FlatStyle; }