2 overrides of CanBeActivated
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesigner.cs (1)
3051public override bool CanBeActivated
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
29public override bool CanBeActivated
2 references to CanBeActivated
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
301if (this.activeGlyph != null && this.activeGlyph.CanBeActivated) 347if (glyph.CanBeActivated)