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