Ejemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.this_ctrl = ((xray.editor.wpf_controls.property_grid)(target));

            #line 10 "..\..\property_grid.xaml"
                this.this_ctrl.GotFocus += new System.Windows.RoutedEventHandler(this.this_ctrl_GotFocus);

            #line default
            #line hidden

            #line 11 "..\..\property_grid.xaml"
                this.this_ctrl.LostFocus += new System.Windows.RoutedEventHandler(this.this_ctrl_LostFocus);

            #line default
            #line hidden
                return;

            case 2:
                this.PropertiesPanel = ((System.Windows.Controls.ItemsControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 2
0
 private void    in_constructor()
 {
     if (!IsDesignMode())
     {
         m_property_grid = new property_grid();
         base.Child      = m_property_grid;
     }
 }
Ejemplo n.º 3
0
 internal property_grid_property(property_grid owner) : this()
 {
     owner_property_grid = owner;
 }
Ejemplo n.º 4
0
 public property_grid_item_editor_selector(property_grid propertyGrid)
 {
     _propertyGrid = propertyGrid;
 }