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