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