2 writes to IsContextMenuOpen
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
1180
((ComboBox)sender).
IsContextMenuOpen
= true;
1185
((ComboBox)sender).
IsContextMenuOpen
= false;
3 references to IsContextMenuOpen
PresentationFramework (3)
System\Windows\Controls\ComboBox.cs (3)
1127
if (currentFocus == null || (!
IsContextMenuOpen
&& ItemsControlFromItemContainer(currentFocus) != this))
1708
if (!comboBox.
IsContextMenuOpen
&& !comboBox.IsKeyboardFocusWithin)
1745
else if (!comboBox.
IsContextMenuOpen
&& !comboBox.IsKeyboardFocusWithin)