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