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)
294
if (comboBox.
_dropDownPopup
== null)
1619
if (
_dropDownPopup
!= null)
1621
_dropDownPopup
.Closed -= OnPopupClosed;
1635
if (
_dropDownPopup
!= null)
1637
_dropDownPopup
.Closed += OnPopupClosed;