1 instantiation of PrimarySelectionGlyph
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Glyphs\PrimarySelectionGlyph.cs (1)
21defaultPrimarySelectionGlyph = new PrimarySelectionGlyph();
3 references to PrimarySelectionGlyph
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (1)
494glyphs.Add(PrimarySelectionGlyph.Default);
AuthoringOM\Design\Glyphs\PrimarySelectionGlyph.cs (2)
14private static PrimarySelectionGlyph defaultPrimarySelectionGlyph = null; 16internal static PrimarySelectionGlyph Default