Example #1
0
 public Launch()
 {
     Name          = "Launch";
     IsStatic      = true;
     DeclaringType = new DesktopAvalonExtensions();
     ReturnType    = new KnownStockTypes.System.Object();
 }
Example #2
0
 public SizeTo()
 {
     Name              = "SizeTo";
     IsStatic          = true;
     IsExtensionMethod = true;
     DeclaringType     = new SupportsContainerExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
Example #3
0
 public AttachToContainer()
 {
     Name              = "AttachToContainer";
     IsStatic          = true;
     IsExtensionMethod = true;
     DeclaringType     = new AvalonExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
Example #4
0
 public AutoSizeTo()
 {
     Name              = "AutoSizeTo";
     IsStatic          = true;
     IsExtensionMethod = true;
     DeclaringType     = new AvalonExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
Example #5
0
 public AttachControlTo()
 {
     Name = "AttachControlTo";
     IsExtensionMethod = true;
     IsStatic          = true;
     DeclaringType     = new WindowsFormsExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
Example #6
0
 public get_Red()
 {
     DeclaringType = new KnownStockTypes.System.Windows.Media.Brushes();
     IsStatic      = true;
     IsProperty    = true;
     Name          = "get_Red";
     ReturnType    = new KnownStockTypes.System.Object();
 }
Example #7
0
 public AttachToHead()
 {
     Name = "AttachToHead";
     IsExtensionMethod = true;
     IsStatic          = true;
     DeclaringType     = new KnownStockTypes.ScriptCoreLib.JavaScript.Extensions.INodeExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
Example #8
0
 public AttachSpriteTo()
 {
     Name = "AttachSpriteTo";
     IsExtensionMethod = true;
     IsStatic          = true;
     DeclaringType     = new SpriteExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
 public SizeTo()
 {
     Name = "SizeTo";
     IsStatic = true;
     IsExtensionMethod = true;
     DeclaringType = new SupportsContainerExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }
                            public AttachToContainer()
                            {
                                Name = "AttachToContainer";
                                IsStatic = true;
                                IsExtensionMethod = true;
                                DeclaringType = new AvalonExtensions();
                                ReturnType = new KnownStockTypes.System.Object();

                            }
 public AutoSizeTo()
 {
     Name = "AutoSizeTo";
     IsStatic = true;
     IsExtensionMethod = true;
     DeclaringType = new AvalonExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }
 public AttachControlTo()
 {
     Name = "AttachControlTo";
     IsExtensionMethod = true;
     IsStatic = true;
     DeclaringType = new WindowsFormsExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }
 public Launch()
 {
     Name = "Launch";
     IsStatic = true;
     DeclaringType = new DesktopAvalonExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }
 public get_Red()
 {
     DeclaringType = new KnownStockTypes.System.Windows.Media.Brushes();
     IsStatic = true;
     IsProperty = true;
     Name = "get_Red";
     ReturnType = new KnownStockTypes.System.Object();
 }
 public AttachToHead()
 {
     Name = "AttachToHead";
     IsExtensionMethod = true;
     IsStatic = true;
     DeclaringType = new KnownStockTypes.ScriptCoreLib.JavaScript.Extensions.INodeExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }
 public AttachSpriteTo()
 {
     Name = "AttachSpriteTo";
     IsExtensionMethod = true;
     IsStatic = true;
     DeclaringType = new SpriteExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }