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