2 instantiations of ContainerSelectorGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1053ContainerSelectorGlyph containerSelectorGlyph = new(translatedBounds, DesignerUtils.s_containerGrabHandleSize, glyphOffset, behavior);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1385ContainerSelectorGlyph containerSelectorGlyph = new(translatedBounds, DesignerUtils.s_containerGrabHandleSize, glyphOffset, behavior);
5 references to ContainerSelectorGlyph
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\ContainerSelectorBehavior.cs (2)
100if (g is not ContainerSelectorGlyph selOld) 109if (glyph is not ContainerSelectorGlyph selNew)
System\Windows\Forms\Design\Behavior\ContainerSelectorGlyph.cs (1)
48_glyph ??= new Icon(typeof(ContainerSelectorGlyph), "MoverGlyph").ToBitmap();
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1053ContainerSelectorGlyph containerSelectorGlyph = new(translatedBounds, DesignerUtils.s_containerGrabHandleSize, glyphOffset, behavior);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1385ContainerSelectorGlyph containerSelectorGlyph = new(translatedBounds, DesignerUtils.s_containerGrabHandleSize, glyphOffset, behavior);