4 references to PopupCouldClose
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
497
_parentPopup.
PopupCouldClose
+= new EventHandler(OnPopupCouldClose);
System\Windows\Controls\Primitives\Popup.cs (2)
1026
if (
PopupCouldClose
!= null)
1028
PopupCouldClose
(this, EventArgs.Empty);
System\Windows\Controls\ToolTip.cs (1)
519
_parentPopup.
PopupCouldClose
+= new EventHandler(OnPopupCouldClose);