14 references to Left
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (1)
50case SelectionBorderGlyphType.Left:
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (1)
59case SelectionBorderGlyphType.Left:
System\Windows\Forms\Design\ComponentTray.cs (1)
1467gr.FillRectangle(selectionBorderBrush, DesignerUtils.GetBoundsForNoResizeSelectionType(innerRect, SelectionBorderGlyphType.Left));
System\Windows\Forms\Design\ControlDesigner.cs (3)
753glyphs.Add(new LockedBorderGlyph(translatedBounds, SelectionBorderGlyphType.Left)); 764glyphs.Add(new NoResizeSelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Left, MoveBehavior)); 822glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Left, StandardBehavior));
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (1)
58glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.Left, standardBehavior));
System\Windows\Forms\Design\DesignerUtils.cs (2)
472SelectionBorderGlyphType.Left => new Rectangle(originalBounds.Left - borderSize, originalBounds.Top - borderSize, borderSize, originalBounds.Height + 2 * borderSize), 498case SelectionBorderGlyphType.Left:
System\Windows\Forms\Design\DocumentDesigner.cs (3)
548glyphs.Add(new LockedBorderGlyph(translatedBounds, SelectionBorderGlyphType.Left)); 562glyphs.Add(new NoResizeSelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Left, null)); 573glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Left, null));
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
591glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.Left, standardBehavior)); 599glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.Left, standardBehavior));