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