2 writes to IsContextMenuOpen
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
1197
((ComboBox)sender).
IsContextMenuOpen
= true;
1202
((ComboBox)sender).
IsContextMenuOpen
= false;
3 references to IsContextMenuOpen
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (3)
1144
if (currentFocus == null || (!
IsContextMenuOpen
&& ItemsControlFromItemContainer(currentFocus) != this))
1724
if (!comboBox.
IsContextMenuOpen
&& !comboBox.IsKeyboardFocusWithin)
1761
else if (!comboBox.
IsContextMenuOpen
&& !comboBox.IsKeyboardFocusWithin)