33 references to GlyphCollection
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.0\System.Design.Forwards.cs (1)
78
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.Behavior.
GlyphCollection
))]
System.Windows.Forms.Design (27)
System\Windows\Forms\Design\Behavior\Adorner.cs (2)
17
private readonly
GlyphCollection
_glyphs; // collection of Glyphs that this particular Adorner manages
60
public
GlyphCollection
Glyphs
System\Windows\Forms\Design\Behavior\GlyphCollection.cs (2)
23
public GlyphCollection(
GlyphCollection
value)
68
public void AddRange(
GlyphCollection
value)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
155
GlyphCollection
glyphs = controlDesigner.GetGlyphs(selType);
System\Windows\Forms\Design\ComponentTray.cs (5)
283
GlyphCollection
glyphs = _glyphManager.GetGlyphsForComponent(selectedComponent);
447
internal
GlyphCollection
SelectionGlyphs
2624
public
GlyphCollection
SelectionGlyphs
2644
public
GlyphCollection
GetGlyphsForComponent(IComponent comp)
2646
GlyphCollection
glyphs = [];
System\Windows\Forms\Design\ControlDesigner.cs (2)
727
public virtual
GlyphCollection
GetGlyphs(GlyphSelectionType selectionType)
729
GlyphCollection
glyphs = [];
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (2)
35
internal
GlyphCollection
GetGlyphs(ToolStrip parent,
GlyphCollection
glyphs, Behavior.Behavior standardBehavior)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
506
public override
GlyphCollection
GetGlyphs(GlyphSelectionType selectionType)
508
GlyphCollection
glyphs = [];
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1031
public override
GlyphCollection
GetGlyphs(GlyphSelectionType selectionType)
1033
GlyphCollection
glyphs = base.GetGlyphs(selectionType);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1059
public override
GlyphCollection
GetGlyphs(GlyphSelectionType selectionType)
1061
GlyphCollection
glyphs = base.GetGlyphs(selectionType);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
290
private bool CheckDropDownBounds(ToolStripDropDownItem dropDownItem, Glyph childGlyph,
GlyphCollection
glyphs)
310
private bool CheckAssociatedControl(Component component, Glyph childGlyph,
GlyphCollection
glyphs)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
1343
public override
GlyphCollection
GetGlyphs(GlyphSelectionType selType)
1346
GlyphCollection
glyphs = [];
1352
GlyphCollection
toolStripGlyphs = base.GetGlyphs(selType);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
202
GlyphCollection
glyphs = [];
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
569
public void GetGlyphs(ref
GlyphCollection
glyphs, Behavior.Behavior standardBehavior)
System.Windows.Forms.Design.Tests (5)
ControlDesignerTests.cs (5)
237
GlyphCollection
glyphs = _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary);
240
glyphs.Should().BeOfType<
GlyphCollection
>();
247
GlyphCollection
glyphs = _designer.GetGlyphs(GlyphSelectionType.NotSelected);
274
GlyphCollection
glyphs = _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary);
303
GlyphCollection
glyphs = _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary);