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)
312
if (comboBox.
_dropDownPopup
== null)
1641
if (
_dropDownPopup
!= null)
1643
_dropDownPopup
.Closed -= OnPopupClosed;
1657
if (
_dropDownPopup
!= null)
1659
_dropDownPopup
.Closed += OnPopupClosed;