Ejemplo n.º 1
0
 private void method_7(IRunAttrSource A_0)
 {
     if (Class422.smethod_0(A_0, false))
     {
         this.class743_0.string_3 = this.method_8(this.class743_0.string_3);
         this.class743_0.string_5 = this.method_8(this.class743_0.string_5);
         this.class743_0.string_4 = this.class743_0.string_5;
     }
 }
Ejemplo n.º 2
0
    private AttrCollection method_11(Interface46 A_0, AttrCollection A_1, bool A_2)
    {
        AttrCollection attrs = A_1;

        if (Class422.smethod_0(A_0, A_2))
        {
            attrs = new CharacterFormat();
            A_1.method_37(attrs);
        }
        return(attrs);
    }
Ejemplo n.º 3
0
    private AttrCollection method_6(IRunAttrSource A_0, AttrCollection A_1, bool A_2)
    {
        AttrCollection attrs = A_1;

        if (Class422.smethod_0(A_0, A_2))
        {
            attrs = new CharacterFormat(this.class422_0.method_15());
            for (int i = attrs.Count - 1; i >= 0; i--)
            {
                if (smethod_0(attrs.method_18(i)))
                {
                    attrs.method_11(i);
                }
            }
            A_1.method_37(attrs);
        }
        return(attrs);
    }