Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DlgSpecialSymbols = ((PNotes.NET.WndSpecialSymbols)(target));

            #line 17 "..\..\WndSpecialSymbols.xaml"
                this.DlgSpecialSymbols.Loaded += new System.Windows.RoutedEventHandler(this.DlgSpecialSymbols_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\WndSpecialSymbols.xaml"
                this.DlgSpecialSymbols.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.DlgSpecialSymbols_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.cboSymbols = ((System.Windows.Controls.ComboBox)(target));

            #line 24 "..\..\WndSpecialSymbols.xaml"
                this.cboSymbols.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboSymbols_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.pnlMisc = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 4:
                this.pnlArrows = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 5:
                this.pnlGeometric = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 6:
                this.pnlMath = ((System.Windows.Controls.WrapPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DlgSpecialSymbols = ((PNotes.NET.WndSpecialSymbols)(target));
     
     #line 17 "..\..\WndSpecialSymbols.xaml"
     this.DlgSpecialSymbols.Loaded += new System.Windows.RoutedEventHandler(this.DlgSpecialSymbols_Loaded);
     
     #line default
     #line hidden
     
     #line 18 "..\..\WndSpecialSymbols.xaml"
     this.DlgSpecialSymbols.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.DlgSpecialSymbols_PreviewKeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.cboSymbols = ((System.Windows.Controls.ComboBox)(target));
     
     #line 24 "..\..\WndSpecialSymbols.xaml"
     this.cboSymbols.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboSymbols_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.pnlMisc = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 4:
     this.pnlArrows = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 5:
     this.pnlGeometric = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 6:
     this.pnlMath = ((System.Windows.Controls.WrapPanel)(target));
     return;
     }
     this._contentLoaded = true;
 }