8 references to NotSelected
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
121
GlyphSelectionType selType = GlyphSelectionType.
NotSelected
;
System\Windows\Forms\Design\ControlDesigner.cs (1)
746
if (selectionType == GlyphSelectionType.
NotSelected
)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
471
if (selectionType != GlyphSelectionType.
NotSelected
)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1008
if (selectionType == GlyphSelectionType.
NotSelected
)
1038
InheritanceAttribute != InheritanceAttribute.InheritedReadOnly && selectionType != GlyphSelectionType.
NotSelected
)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1068
if (selectionType != GlyphSelectionType.
NotSelected
&& !locked && InheritanceAttribute != InheritanceAttribute.InheritedReadOnly)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1348
if ((SelectionRules & SelectionRules.Moveable) != 0 && InheritanceAttribute != InheritanceAttribute.InheritedReadOnly && (selType != GlyphSelectionType.
NotSelected
))
System.Windows.Forms.Design.Tests (1)
ControlDesignerTests.cs (1)
245
GlyphCollection glyphs = _designer.GetGlyphs(GlyphSelectionType.
NotSelected
);