1 write to _dropDownPopup
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1632_dropDownPopup = GetTemplateChild(PopupTemplateName) as Popup;
5 references to _dropDownPopup
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
295if (comboBox._dropDownPopup == null) 1626if (_dropDownPopup != null) 1628_dropDownPopup.Closed -= OnPopupClosed; 1642if (_dropDownPopup != null) 1644_dropDownPopup.Closed += OnPopupClosed;