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