10 instantiations of ActivityDesignerGlyphCollection
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
335ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
System.Workflow.ComponentModel (8)
AuthoringOM\Design\ActivityDesigner.cs (1)
489ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
321ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
369ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\FreeFormDesigner.cs (1)
362ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (1)
602ActivityDesignerGlyphCollection glyphCollection = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
260ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
264ActivityDesignerGlyphCollection designerGlyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
187ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection(base.Glyphs);
System.WorkflowServices (1)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (1)
208ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
24 references to ActivityDesignerGlyphCollection
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
331protected override ActivityDesignerGlyphCollection Glyphs 335ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
System.Workflow.ComponentModel (20)
AuthoringOM\Design\ActivityDesigner.cs (3)
485protected internal virtual ActivityDesignerGlyphCollection Glyphs 489ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection(); 1080ActivityDesignerGlyphCollection glyphs = (glyphManager != null) ? glyphManager.GetDesignerGlyphs(designer) : Glyphs;
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
317protected internal override ActivityDesignerGlyphCollection Glyphs 321ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
365protected internal override ActivityDesignerGlyphCollection Glyphs 369ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\DesignerInterfaces.cs (1)
488ActivityDesignerGlyphCollection GetGlyphs(ActivityDesigner activityDesigner);
AuthoringOM\Design\FreeFormDesigner.cs (2)
358protected internal override ActivityDesignerGlyphCollection Glyphs 362ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (2)
600ActivityDesignerGlyphCollection IDesignerGlyphProvider.GetGlyphs(ActivityDesigner activityDesigner) 602ActivityDesignerGlyphCollection glyphCollection = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\MessageFilters\GlyphManager.cs (4)
29public ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection glyphs) 258internal ActivityDesignerGlyphCollection GetDesignerGlyphs(ActivityDesigner designer) 260ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection(); 266ActivityDesignerGlyphCollection extendedGlyphs = glyphProvider.GetGlyphs(designer);
AuthoringOM\Design\SequentialActivityDesigner.cs (2)
260protected internal override ActivityDesignerGlyphCollection Glyphs 264ActivityDesignerGlyphCollection designerGlyphs = new ActivityDesignerGlyphCollection();
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (2)
183protected internal override ActivityDesignerGlyphCollection Glyphs 187ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection(base.Glyphs);
System.WorkflowServices (2)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (2)
197public ActivityDesignerGlyphCollection GetGlyphs(ActivityDesigner activityDesigner) 208ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection();