2 writes to IsContextMenuOpen
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
1181
((ComboBox)sender).
IsContextMenuOpen
= true;
1186
((ComboBox)sender).
IsContextMenuOpen
= false;
3 references to IsContextMenuOpen
PresentationFramework (3)
System\Windows\Controls\ComboBox.cs (3)
1128
if (currentFocus == null || (!
IsContextMenuOpen
&& ItemsControlFromItemContainer(currentFocus) != this))
1709
if (!comboBox.
IsContextMenuOpen
&& !comboBox.IsKeyboardFocusWithin)
1746
else if (!comboBox.
IsContextMenuOpen
&& !comboBox.IsKeyboardFocusWithin)