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