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