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