BlueSky.Windows.FindReplaceWindow.System C# (CSharp) Method

System() private method

private System ( int connectionId, object target ) : void
connectionId int
target object
return void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            
            #line 4 "..\..\..\Windows\FindReplaceWindow.xaml"
            ((BlueSky.Windows.FindReplaceWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
            
            #line default
            #line hidden
            return;
            case 2:
            this.findtxt = ((System.Windows.Controls.TextBox)(target));
            return;
            case 3:
            this.replacetxt = ((System.Windows.Controls.TextBox)(target));
            return;
            case 4:
            this.findnextbutton = ((System.Windows.Controls.Button)(target));
            
            #line 25 "..\..\..\Windows\FindReplaceWindow.xaml"
            this.findnextbutton.Click += new System.Windows.RoutedEventHandler(this.findnextbutton_Click);
            
            #line default
            #line hidden
            return;
            case 5:
            this.replacebutton = ((System.Windows.Controls.Button)(target));
            
            #line 26 "..\..\..\Windows\FindReplaceWindow.xaml"
            this.replacebutton.Click += new System.Windows.RoutedEventHandler(this.replacebutton_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.replaceallbutton = ((System.Windows.Controls.Button)(target));
            
            #line 27 "..\..\..\Windows\FindReplaceWindow.xaml"
            this.replaceallbutton.Click += new System.Windows.RoutedEventHandler(this.replaceallbutton_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }