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