8 instantiations of LockedBorderGlyph
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ControlDesigner.cs (4)
766
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Top));
767
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Bottom));
768
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Left));
769
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Right));
System\Windows\Forms\Design\DocumentDesigner.cs (4)
533
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Top));
534
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Bottom));
535
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Left));
536
glyphs.Add(new
LockedBorderGlyph
(translatedBounds, SelectionBorderGlyphType.Right));