7 references to
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\ComponentGlyph.cs (2)
23: base(behavior) 29: base(null)
System\Windows\Forms\Design\Behavior\ContainerSelectorGlyph.cs (1)
23: base(behavior)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
49: base(behavior)
System\Windows\Forms\Design\Behavior\SelectionGlyphBase.cs (1)
22internal SelectionGlyphBase(Behavior? behavior) : base(behavior)
System\Windows\Forms\Design\Behavior\TableLayoutPanelResizeGlyph.cs (1)
20internal TableLayoutPanelResizeGlyph(Rectangle controlBounds, TableLayoutStyle style, Cursor hitTestCursor, Behavior behavior) : base(behavior)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2600internal ToolStripDropDownGlyph(Rectangle bounds, Behavior.Behavior b) : base(b)