Ejemplo n.º 1
0
 private void method_16(Class319 A_0)
 {
     for (Class952 class2 = this.class952_0; class2 != null; class2 = smethod_1(class2))
     {
         for (Class952 class3 = class2; class3 != null; class3 = class3.method_15())
         {
             if (class3.method_5())
             {
                 Class952 class4 = class3;
                 for (Class952 class5 = class3.method_19(); class5 != null; class5 = class5.method_19())
                 {
                     if (!class4.method_12().method_7())
                     {
                         class4 = class5;
                     }
                     else if (!class5.method_23())
                     {
                         this.class676_0.method_0(class4, class5, this.borderGridType_0 == BorderGridType.Table, true, A_0);
                         class4 = class5;
                     }
                 }
             }
         }
     }
 }
Ejemplo n.º 2
0
        // Token: 0x0600261A RID: 9754 RVA: 0x0008694C File Offset: 0x00084B4C
        private static bool smethod_3(string line, out Struct43?expectedHash, out Class319 data)
        {
            expectedHash = null;
            data         = null;
            int num = 0;

            line = line.Trim();
            string text;

            if (!line.smethod_8(' ', ref num, out text))
            {
                return(false);
            }
            if (!text.smethod_13())
            {
                return(false);
            }
            expectedHash = new Struct43?(new Struct43(text));
            if (!line.smethod_7(ref num, out text))
            {
                return(false);
            }
            if (string.IsNullOrEmpty(text))
            {
                return(false);
            }
            string[] array = text.Split(new char[]
            {
                ' '
            });
            if (array.Length != 3)
            {
                return(false);
            }
            Uri uri;

            if (!Uri.TryCreate(array[0], UriKind.Absolute, out uri))
            {
                return(false);
            }
            if (!uri.smethod_0())
            {
                return(false);
            }
            Version minimumVersion;

            if (!Version.TryParse(array[1], out minimumVersion))
            {
                return(false);
            }
            Version expectedContentPackVersion;

            if (!Version.TryParse(array[2], out expectedContentPackVersion))
            {
                return(false);
            }
            data = new Class319(uri, minimumVersion, expectedContentPackVersion);
            return(true);
        }
Ejemplo n.º 3
0
 internal void method_10(Class319 A_0)
 {
     if (this.method_19())
     {
         this.method_13();
         this.method_16(A_0);
         this.method_17(A_0);
         this.method_15();
     }
 }
Ejemplo n.º 4
0
 internal void method_9(spr➓ A_0)
 {
     if (this.method_19())
     {
         Class319 class2 = new Class319(A_0);
         this.method_13();
         this.method_16(class2);
         this.method_17(class2);
         this.method_15();
     }
 }
Ejemplo n.º 5
0
    internal spr➓ method_11()
    {
        spr➓ r➓ = null;

        if (this.method_19())
        {
            r➓ = new spr➓();
            Class319 class2 = new Class319(r➓);
            this.method_13();
            this.method_16(class2);
            this.method_17(class2);
            this.method_15();
        }
        return(r➓);
    }
Ejemplo n.º 6
0
    private void method_16(Class319 A_0)
    {
        this.float_0 = this.class952_0.method_1().X;
        this.float_1 = this.class952_0.method_1().Y;
        this.float_2 = this.class952_1.method_1().X;
        this.float_3 = this.class952_1.method_1().Y;
        this.method_17(-this.method_39() / 2f);
        PointF tf5 = this.method_18(-this.method_39());
        float  num = this.method_45() ? ((float)0) : ((float)1);
        PointF tf6 = this.method_19(this.method_39() * num);
        sprᲆ   rᲆ  = sprᲆ.ᜁ(tf5, tf6);

        rᲆ.ᜀ(new spr⚪(sprⓚ., this.method_39()));
        A_0.method_4(rᲆ);
    }
Ejemplo n.º 7
0
 private void method_17(Class319 A_0)
 {
     for (Class952 class2 = this.class952_0; class2 != null; class2 = smethod_1(class2))
     {
         Class952 class4 = class2;
         for (Class952 class3 = class4.method_15(); class3 != null; class3 = class3.method_15())
         {
             if (!class4.method_9().method_7())
             {
                 class4 = class3;
             }
             else if (!class3.method_22())
             {
                 this.class676_0.method_0(class4, class3, this.borderGridType_0 == BorderGridType.Table, false, A_0);
                 class4 = class3;
             }
         }
     }
 }
Ejemplo n.º 8
0
 internal void method_0(Class952 A_0, Class952 A_1, bool A_2, bool A_3, Class319 A_4)
 {
     this.class952_0 = A_0;
     this.class952_1 = A_1;
     this.bool_0     = A_2;
     this.bool_1     = A_3;
     this.float_0    = this.class952_0.method_1().X;
     this.float_1    = this.class952_0.method_1().Y;
     this.float_2    = this.class952_1.method_1().X;
     this.float_3    = this.class952_1.method_1().Y;
     this.method_2();
     this.method_4();
     this.method_1();
     this.method_8(A_4);
     if (this.method_44())
     {
         this.method_16(A_4);
     }
 }
 public abstract void Visit(Class319 c);
 public override void Visit(Class319 c) { }