1 write to _dropDownPopup
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
1631
_dropDownPopup
= GetTemplateChild(PopupTemplateName) as Popup;
5 references to _dropDownPopup
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
294
if (comboBox.
_dropDownPopup
== null)
1625
if (
_dropDownPopup
!= null)
1627
_dropDownPopup
.Closed -= OnPopupClosed;
1641
if (
_dropDownPopup
!= null)
1643
_dropDownPopup
.Closed += OnPopupClosed;