8 references to SelectedPrimary
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
125? GlyphSelectionType.SelectedPrimary 138bool hasSelection = selType is GlyphSelectionType.SelectedPrimary or GlyphSelectionType.Selected;
System\Windows\Forms\Design\ControlDesigner.cs (1)
757bool primarySelection = (selectionType == GlyphSelectionType.SelectedPrimary);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
475bool primarySelection = (selectionType == GlyphSelectionType.SelectedPrimary);
System.Windows.Forms.Design.Tests (4)
ControlDesignerTests.cs (4)
235GlyphCollection glyphs = _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary); 255Action action = () => _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary); 272GlyphCollection glyphs = _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary); 301GlyphCollection glyphs = _designer.GetGlyphs(GlyphSelectionType.SelectedPrimary);