1 write to defaultCommentGlyph
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Glyphs\CommentGlyph.cs (1)
25
CommentGlyph.
defaultCommentGlyph
= new CommentGlyph();
2 references to defaultCommentGlyph
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Glyphs\CommentGlyph.cs (2)
24
if (CommentGlyph.
defaultCommentGlyph
== null)
26
return CommentGlyph.
defaultCommentGlyph
;