Exemplo n.º 1
0
    internal Class212(TableCell A_0) : base(ChildrenLayoutDirection.Vertical)
    {
        this.int_3        = -1;
        this.rectangleF_3 = new RectangleF();
        this.tableCell_0  = A_0;
        Class212 class2 = (A_0.PreviousSibling != null) ? ((A_0.PreviousSibling as Interface1).imethod_0() as Class212) : null;

        if (class2 == null)
        {
            this.method_133(0);
        }
        else
        {
            this.method_133(class2.method_132() + 1);
        }
        this.method_160();
        this.method_159();
        CellFormat cellFormat = this.tableCell_0.CellFormat;

        if (cellFormat.TextDirection != TextDirection.TopToBottom)
        {
            base.Interface23.imethod_31(true);
        }
        base.method_123(cellFormat.VerticalAlignment);
        base.Interface23.imethod_27(cellFormat.TextWrap);
    }
Exemplo n.º 2
0
        protected void NotifyPropertyChanged <TExp>(Expression <Func <TExp> > expression)
        {
            Class212 <TExp> class2 = new Class212 <TExp> {
                notificationObject_0 = this,
                string_0             = smethod_0 <TExp>(expression)
            };

            if (Application.Current != null)
            {
                Application.Current.Dispatcher.BeginInvoke(new Action(class2.method_0), Array.Empty <object>());
            }
        }
 public abstract void Visit(Class212 c);
 public override void Visit(Class212 c) { }