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)
1024if (PopupCouldClose != null) 1026PopupCouldClose(this, EventArgs.Empty);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
524_parentPopup.PopupCouldClose += new EventHandler(OnPopupCouldClose);