Base:
property
Glyphs
System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Glyphs
2 overrides of Glyphs
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
317protected internal override ActivityDesignerGlyphCollection Glyphs
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
183protected internal override ActivityDesignerGlyphCollection Glyphs
2 references to Glyphs
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
353glyphs.AddRange(base.Glyphs);
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
187ActivityDesignerGlyphCollection glyphs = new ActivityDesignerGlyphCollection(base.Glyphs);