5 references to TopLeft
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerHelpers.cs (1)
824
if (foldAlignment == DesignerContentAlignment.
TopLeft
)
AuthoringOM\Design\DesignerWidgets.cs (1)
3475
ActivityDesignerPaint.DrawImage(graphics, ActivityPreviewDesignerTheme.PreviewImage, indicatorBounds, DesignerContentAlignment.
TopLeft
);
AuthoringOM\Design\Glyphs\LockedActivityGlyph.cs (1)
56
ActivityDesignerPaint.DrawImage(graphics, AmbientTheme.LockImage, bounds, DesignerContentAlignment.
TopLeft
);
AuthoringOM\Design\Glyphs\ReadOnlyActivityGlyph.cs (1)
40
ActivityDesignerPaint.DrawImage(graphics, AmbientTheme.ReadOnlyImage, bounds, DesignerContentAlignment.
TopLeft
);
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
416
private DesignerContentAlignment dockAlignment = DesignerContentAlignment.
TopLeft
;