1 type derived from CommentGlyph
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
952private sealed class StripItemCommentGlyph : CommentGlyph
1 instantiation of CommentGlyph
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Glyphs\CommentGlyph.cs (1)
25CommentGlyph.defaultCommentGlyph = new CommentGlyph();
6 references to CommentGlyph
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityDesigner.cs (1)
511glyphs.Add(CommentGlyph.Default);
AuthoringOM\Design\Glyphs\CommentGlyph.cs (5)
18private static CommentGlyph defaultCommentGlyph = null; 20internal static CommentGlyph Default 24if (CommentGlyph.defaultCommentGlyph == null) 25CommentGlyph.defaultCommentGlyph = new CommentGlyph(); 26return CommentGlyph.defaultCommentGlyph;