void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.formattingEditor = ((CSharpBinding.OptionPanels.CSharpFormattingEditor)(target));
         return;
     }
     this._contentLoaded = true;
 }
예제 #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CSharpFormattingEditor_Self = ((CSharpBinding.OptionPanels.CSharpFormattingEditor)(target));
                return;

            case 2:

            #line 338 "..\..\..\..\Src\OptionPanels\CSharpFormattingEditor.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ResetButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.presetComboBox = ((System.Windows.Controls.ComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }