4 writes to IsDropDownOpen
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
549comboBox.IsDropDownOpen = true;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (2)
72this.IsDropDownOpen = true; 79this.IsDropDownOpen = false;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
826comboBox.IsDropDownOpen = false;
22 references to IsDropDownOpen
PresentationFramework (18)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
228return owner.IsDropDownOpen ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
src\Framework\System\Windows\Controls\ComboBox.cs (17)
179return cb.IsDropDownOpen ? BooleanBoxes.FalseBox : value; 505return (!comboBox.IsDropDownOpen && comboBox.IsKeyboardFocusWithin) || 571if (IsDropDownOpen) 1015else if (IsDropDownOpen) 1112if ((IsEditable || (!IsDropDownOpen)) && itemNavigateArgs.DeviceUsed is KeyboardDevice) 1137if (IsDropDownOpen && !IsKeyboardFocusWithin) 1168if (!comboBox.IsDropDownOpen) 1188if (comboBox.IsDropDownOpen) 1280if (IsDropDownOpen && Mouse.Captured == this && DidMouseMove()) 1400if (IsDropDownOpen) 1408if (IsDropDownOpen) 1705if (comboBox.IsDropDownOpen && Mouse.Captured == null && MS.Win32.SafeNativeMethods.GetCapture() == IntPtr.Zero) 1754if (comboBox.IsDropDownOpen && !comboBox.StaysOpenOnEdit) 1782if (IsDropDownOpen) 1798if (comboBox.IsDropDownOpen) 1840KeyboardToggleDropDown(!IsDropDownOpen, commitSelection); 1891if (IsDropDownOpen)
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\ComboBoxHelper.cs (1)
13return comboBox != null && comboBox.IsDropDownOpen;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
77if (this.IsDropDownOpen)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
791if (!comboBox.IsDropDownOpen) 824if (comboBox != null && comboBox.IsDropDownOpen)