1 write to _dropDownPopup
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1644_dropDownPopup = GetTemplateChild(PopupTemplateName) as Popup;
5 references to _dropDownPopup
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
311if (comboBox._dropDownPopup == null) 1638if (_dropDownPopup != null) 1640_dropDownPopup.Closed -= OnPopupClosed; 1654if (_dropDownPopup != null) 1656_dropDownPopup.Closed += OnPopupClosed;