4 references to DropIndicatorSize
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Glyphs\ConnectorDragDropGlyph.cs (3)
21
this.glyphPoint = new Point(connectorCenter.X - ambientTheme.
DropIndicatorSize
.Width / 2, connectorCenter.Y - ambientTheme.
DropIndicatorSize
.Height / 2);
26
return new Rectangle(this.glyphPoint, WorkflowTheme.CurrentTheme.AmbientTheme.
DropIndicatorSize
);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
530
glyphLocation = new Point(helpTextRectangle.Left + helpTextRectangle.Width / 2 + 1, helpTextRectangle.Top - ambientTheme.
DropIndicatorSize
.Height / 2);