2 writes to palette
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1006this.palette = new Palette(this, location); 1030this.palette = null;
10 references to palette
System.Workflow.ComponentModel (10)
AuthoringOM\Design\DesignerWidgets.cs (10)
981if (this.palette != null) 982this.palette.Invalidate(); 996return (this.palette != null && this.palette.Visible); 1002if (this.palette != null) 1003DestroyPalette(this.palette); 1007this.palette.Font = this.font; 1008this.palette.Show(); 1009this.palette.Focus(); 1010this.palette.LostFocus += new System.EventHandler(OnPaletteLostFocus);