1 write to itemPalette
System.Workflow.ComponentModel (1)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
619
this.
itemPalette
= new ItemPalette();
9 references to itemPalette
System.Workflow.ComponentModel (9)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (9)
260
if (this.
itemPalette
!= null && this.
itemPalette
.IsVisible)
617
if (this.
itemPalette
== null)
620
this.
itemPalette
.Closed += new EventHandler(OnPaletteClosed);
621
this.
itemPalette
.SelectionChanged += new SelectionChangeEventHandler<SelectionChangeEventArgs>(OnSmartAction);
625
this.
itemPalette
.SetFont(WorkflowTheme.CurrentTheme.AmbientTheme.Font);
627
this.
itemPalette
.Items.Clear();
634
this.
itemPalette
.Items.Add(smartVerbItem);
638
this.
itemPalette
.Show(location);