38 references to SelectionSize
System.Workflow.Activities (6)
Designers\StateDesigner.Layouts.cs (6)
660
Size selectionSize = ambientTheme.
SelectionSize
;
685
Size selectionSize = ambientTheme.
SelectionSize
;
1340
ambientTheme.
SelectionSize
.Height * 2;
1349
size.Height = Math.Max(size.Height, activeDesigner.Size.Height + ActiveDesignerPadding * 2 + _designerLayout.Size.Height + ambientTheme.
SelectionSize
.Height * 2);
1378
bounds.Top + ambientTheme.
SelectionSize
.Height);
1381
origin.Y = _designerLayout.Bounds.Bottom + ambientTheme.
SelectionSize
.Height + ActiveDesignerPadding;
System.Workflow.ComponentModel (32)
AuthoringOM\Design\ActivityPreviewDesigner.cs (4)
633
containerSize.Width += 2 * e.AmbientTheme.
SelectionSize
.Width;
647
containerSize.Height -= 2 * e.AmbientTheme.
SelectionSize
.Height;
650
Size margins = new Size(2 * e.AmbientTheme.Margin.Width + 2 * e.AmbientTheme.
SelectionSize
.Width, 2 * e.AmbientTheme.Margin.Height + 2 * e.AmbientTheme.
SelectionSize
.Height);
AuthoringOM\Design\Connector.cs (1)
330
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (4)
21
rectangle.Inflate(WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
.Width / 2, WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
.Height / 2);
27
ActivityDesignerPaint.DrawSelection(graphics, GetBounds(designer, activated), IsPrimarySelection, WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
, GetGrabHandles(designer));
42
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (2)
193
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
278
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
AuthoringOM\Design\ParallelActivityDesigner.cs (4)
227
width += e.AmbientTheme.
SelectionSize
.Width;
232
width += e.AmbientTheme.
SelectionSize
.Width;
252
containerSize.Width += e.AmbientTheme.
SelectionSize
.Width;
255
containerSize.Width += e.AmbientTheme.
SelectionSize
.Width;
AuthoringOM\Design\SequentialActivityDesigner.cs (8)
500
containerSize.Width += 2 * e.AmbientTheme.
SelectionSize
.Width;
567
grabHandles[0] = new Rectangle(bounds.X + bounds.Width / 2 - ambientTheme.
SelectionSize
.Width / 2, bounds.Y, ambientTheme.
SelectionSize
.Width, ambientTheme.
SelectionSize
.Height);
568
grabHandles[1] = new Rectangle(bounds.X + bounds.Width / 2 - ambientTheme.
SelectionSize
.Width / 2, bounds.Bottom - ambientTheme.
SelectionSize
.Height, ambientTheme.
SelectionSize
.Width, ambientTheme.
SelectionSize
.Height);
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
236
optimalHeight += 2 * ambientTheme.
SelectionSize
.Height;
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (3)
545
location.Y += e.AmbientTheme.
SelectionSize
.Height;
567
containerSize.Width += 2 * e.AmbientTheme.
SelectionSize
.Width;
570
containerSize.Height += 2 * e.AmbientTheme.
SelectionSize
.Height;
AuthoringOM\Design\WorkflowLayouts.cs (2)
386
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
728
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
AuthoringOM\Design\WorkflowPrinting.cs (1)
310
Size selectionSize = WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
;
AuthoringOM\Design\WorkflowView.cs (2)
1720
rectangleToMakeVisible.Inflate(WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
);
1721
rectangleToMakeVisible.Inflate(WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionSize
);