*** empty log message ***
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp
index 9fc6479..0b5030b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp
@@ -3551,19 +3551,6 @@
 }
 #endif
 
-#ifndef NO_FrameworkElement_1VisibilityProperty
-extern "C" JNIEXPORT jint JNICALL OS_NATIVE(FrameworkElement_1VisibilityProperty)(JNIEnv *env, jclass that);
-JNIEXPORT jint JNICALL OS_NATIVE(FrameworkElement_1VisibilityProperty)
-	(JNIEnv *env, jclass that)
-{
-	jint rc = 0;
-	OS_NATIVE_ENTER(env, that, FrameworkElement_1VisibilityProperty_FUNC);
-	rc = (jint)TO_HANDLE(FrameworkElement::VisibilityProperty);
-	OS_NATIVE_EXIT(env, that, FrameworkElement_1VisibilityProperty_FUNC);
-	return rc;
-}
-#endif
-
 #ifndef NO_FrameworkElement_1Width__I
 extern "C" JNIEXPORT jdouble JNICALL OS_NATIVE(FrameworkElement_1Width__I)(JNIEnv *env, jclass that, jint arg0);
 JNIEXPORT jdouble JNICALL OS_NATIVE(FrameworkElement_1Width__I)
@@ -11600,6 +11587,19 @@
 }
 #endif
 
+#ifndef NO_gcnew_1Popup
+extern "C" JNIEXPORT jint JNICALL OS_NATIVE(gcnew_1Popup)(JNIEnv *env, jclass that);
+JNIEXPORT jint JNICALL OS_NATIVE(gcnew_1Popup)
+	(JNIEnv *env, jclass that)
+{
+	jint rc = 0;
+	OS_NATIVE_ENTER(env, that, gcnew_1Popup_FUNC);
+	rc = (jint)TO_HANDLE(gcnew Popup());
+	OS_NATIVE_EXIT(env, that, gcnew_1Popup_FUNC);
+	return rc;
+}
+#endif
+
 #ifndef NO_gcnew_1ProgressBar
 extern "C" JNIEXPORT jint JNICALL OS_NATIVE(gcnew_1ProgressBar)(JNIEnv *env, jclass that);
 JNIEXPORT jint JNICALL OS_NATIVE(gcnew_1ProgressBar)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.cpp b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.cpp
index efc250c..c37797a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.cpp
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.cpp
@@ -305,7 +305,6 @@
 	"FrameworkElement_1ToolTip__II",
 	"FrameworkElement_1VerticalAlignment",
 	"FrameworkElement_1VerticalAlignmentProperty",
-	"FrameworkElement_1VisibilityProperty",
 	"FrameworkElement_1Width__I",
 	"FrameworkElement_1Width__ID",
 	"FrameworkElement_1WidthProperty",
@@ -978,6 +977,7 @@
 	"gcnew_1Point",
 	"gcnew_1PointCollection",
 	"gcnew_1PolyLineSegment",
+	"gcnew_1Popup",
 	"gcnew_1ProgressBar",
 	"gcnew_1QuadraticBezierSegment",
 	"gcnew_1RadioButton",
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.h
index a74dddd..b492498 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_stats.h
@@ -313,7 +313,6 @@
 	FrameworkElement_1ToolTip__II_FUNC,
 	FrameworkElement_1VerticalAlignment_FUNC,
 	FrameworkElement_1VerticalAlignmentProperty_FUNC,
-	FrameworkElement_1VisibilityProperty_FUNC,
 	FrameworkElement_1Width__I_FUNC,
 	FrameworkElement_1Width__ID_FUNC,
 	FrameworkElement_1WidthProperty_FUNC,
@@ -986,6 +985,7 @@
 	gcnew_1Point_FUNC,
 	gcnew_1PointCollection_FUNC,
 	gcnew_1PolyLineSegment_FUNC,
+	gcnew_1Popup_FUNC,
 	gcnew_1ProgressBar_FUNC,
 	gcnew_1QuadraticBezierSegment_FUNC,
 	gcnew_1RadioButton_FUNC,