1 instantiation of Palette
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1006this.palette = new Palette(this, location);
9 references to Palette
System.Workflow.ComponentModel (9)
AuthoringOM\Design\DesignerWidgets.cs (9)
944private Palette palette = null; 1017DestroyPalette(sender as Palette); 1020private void DestroyPalette(Palette palette) 1393private Palette parent = null; 1395public PaletteShadow(Palette parent) 1414Location = new Point(this.parent.Location.X + Palette.DropShadowWidth, this.parent.Location.Y + Palette.DropShadowWidth); 1422rectangle.Offset(-Palette.DropShadowWidth, -Palette.DropShadowWidth);