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