1 write to _clientBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
26_clientBounds = comboBox.ClientRectangle;
7 references to _clientBounds
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (7)
45? _clientBounds.Left 46: Math.Max(_clientBounds.Left, _clientBounds.Right - buttonWidth), 47_clientBounds.Top, 48Math.Min(buttonWidth, _clientBounds.Width), 49_clientBounds.Height); 55&& combo.ClientRectangle == _clientBounds