1 write to detailsViewPanel
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
44this.detailsViewPanel = new System.Workflow.Activities.Design.GradientPanel();
15 references to detailsViewPanel
System.WorkflowServices (15)
System\Workflow\Activities\Design\OperationPickerDialog.cs (5)
331detailsViewPanel.Visible = false; 333foreach (Control control in detailsViewPanel.Controls) 341detailsViewPanel.Controls.Clear(); 343detailsViewPanel.Controls.Add(operationsListBox.SelectedItemViewControl); 344detailsViewPanel.Visible = true;
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (10)
132resources.ApplyResources(this.detailsViewPanel, "detailsViewPanel"); 133this.detailsViewPanel.BackColor = System.Drawing.Color.Transparent; 134this.detailsViewPanel.BaseColor = System.Drawing.SystemColors.Control; 135this.detailsViewPanel.BorderColor = System.Drawing.Color.Transparent; 136this.detailsViewPanel.DropShadow = false; 137this.detailsViewPanel.Glossy = false; 138this.detailsViewPanel.LightingColor = System.Drawing.SystemColors.Control; 139this.detailsViewPanel.Name = "detailsViewPanel"; 140this.detailsViewPanel.Radius = 3; 167this.Controls.Add(this.detailsViewPanel);