1 write to _dropDownPopup
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1631_dropDownPopup = GetTemplateChild(PopupTemplateName) as Popup;
5 references to _dropDownPopup
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
294if (comboBox._dropDownPopup == null) 1625if (_dropDownPopup != null) 1627_dropDownPopup.Closed -= OnPopupClosed; 1641if (_dropDownPopup != null) 1643_dropDownPopup.Closed += OnPopupClosed;