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