示例#1
0
        private static void OnSelectedItemsChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            MultiSelectComboBoxView control = (MultiSelectComboBoxView)d;

            control.SelectNodes();
            control.SetText();
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.m_MyGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.MC = ((UPC.HRNPCI.DesktopApplication.Views.Fisioterapueta.MultiSelectComboBoxView)(target));
     return;
     case 3:
     this.txtBuscar = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.GridViewColumns = ((System.Windows.Controls.GridView)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#3
0
        private static void OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            MultiSelectComboBoxView control = (MultiSelectComboBoxView)d;

            control.DisplayInControl();
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.m_MyGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.MC = ((UPC.HRNPCI.DesktopApplication.Views.Fisioterapueta.MultiSelectComboBoxView)(target));
     return;
     case 3:
     this.txtBuscar = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.GridViewColumns = ((System.Windows.Controls.GridView)(target));
     return;
     case 5:
     
     #line 99 "..\..\..\..\..\Views\Fisioterapueta\ListarFisioterapeutasView.xaml"
     ((System.Windows.Controls.TextBlock)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.TextBlock_MouseLeftButtonDown_1);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }