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