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