1 write to _dropDownPopup
PresentationFramework (1)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1647_dropDownPopup = GetTemplateChild(PopupTemplateName) as Popup;
5 references to _dropDownPopup
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBox.cs (5)
312if (comboBox._dropDownPopup == null) 1641if (_dropDownPopup != null) 1643_dropDownPopup.Closed -= OnPopupClosed; 1657if (_dropDownPopup != null) 1659_dropDownPopup.Closed += OnPopupClosed;