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