8 instantiations of SelectionBorderGlyph
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ControlDesigner.cs (4)
835
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Top, StandardBehavior));
836
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Bottom, StandardBehavior));
837
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Left, StandardBehavior));
838
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Right, StandardBehavior));
System\Windows\Forms\Design\DocumentDesigner.cs (4)
558
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Top, null));
559
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Bottom, StandardBehavior));
560
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Left, null));
561
glyphs.Add(new
SelectionBorderGlyph
(translatedBounds, rules, SelectionBorderGlyphType.Right, StandardBehavior));
4 references to SelectionBorderGlyph
System.Windows.Forms.Design.Tests (4)
ControlDesignerTests.cs (4)
313
(typeof(
SelectionBorderGlyph
), SelectionRules.TopSizeable),
314
(typeof(
SelectionBorderGlyph
), SelectionRules.BottomSizeable),
315
(typeof(
SelectionBorderGlyph
), SelectionRules.LeftSizeable),
316
(typeof(
SelectionBorderGlyph
), SelectionRules.RightSizeable),