5 types derived from SelectionGlyph
System.Workflow.Activities (1)
Designers\StateDesigner.LayoutSelectionGlyph.cs (1)
27private class LayoutSelectionGlyph : SelectionGlyph
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
921private sealed class StripItemSelectionGlyph : SelectionGlyph
AuthoringOM\Design\Glyphs\ConnectorSelectionGlyph.cs (1)
14internal abstract class ConnectorSelectionGlyph : SelectionGlyph
AuthoringOM\Design\Glyphs\NonPrimarySelectionGlyph.cs (1)
12internal sealed class NonPrimarySelectionGlyph : SelectionGlyph
AuthoringOM\Design\Glyphs\PrimarySelectionGlyph.cs (1)
12internal sealed class PrimarySelectionGlyph : SelectionGlyph
4 references to SelectionGlyph
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
1084if (!(glyph is SelectionGlyph))
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (3)
168SelectionGlyph selectionGlyph = potentialResizableDesigner.Glyphs[typeof(SelectionGlyph)] as SelectionGlyph;