public static JewelControl Create(UXFactory uxFactory, string name) { return(JewelControl.Create(uxFactory, name, null, true, true)); }
public static JewelControl CreateSticker(UXFactory uxFactory, string name, string parentName) { return(JewelControl.Create(uxFactory, name, parentName, true, false)); }
public unsafe static long $Invoke0(long instance, long *args) { return(GCHandledObjects.ObjectToGCHandle(JewelControl.Create((UXFactory)GCHandledObjects.GCHandleToObject(*args), Marshal.PtrToStringUni(*(IntPtr *)(args + 1))))); }