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)
295
if (comboBox.
_dropDownPopup
== null)
1626
if (
_dropDownPopup
!= null)
1628
_dropDownPopup
.Closed -= OnPopupClosed;
1642
if (
_dropDownPopup
!= null)
1644
_dropDownPopup
.Closed += OnPopupClosed;