7 references to ControlBodyGlyph
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ControlDesigner.cs (1)
715
g ??= new
ControlBodyGlyph
(translatedBounds, cursor, Control, this);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1014
return new
ControlBodyGlyph
(nonClipRect, Cursor.Current, Control, this);
1025
return new
ControlBodyGlyph
(controlRect, Cursor.Current, Control, this);
System\Windows\Forms\Design\SplitContainerDesigner.cs (2)
207
ControlBodyGlyph bodyGlyph =
new
(translatedBounds, Cursor.Current, _splitterPanel1, panelDesigner);
217
ControlBodyGlyph bodyGlyph =
new
(translatedBounds, Cursor.Current, _splitterPanel2, panelDesigner);
System\Windows\Forms\Design\TabPageDesigner.cs (1)
49
ControlBodyGlyph g =
new
(translatedBounds, Cursor.Current, Control, this);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
241
ControlBodyGlyph bodyGlyph =
new
(translatedBounds, Cursor.Current, currentPanel, panelDesigner);