2 references to ActivityDesignerAccessibleDescription
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesignerAccessibleObject.cs (1)
73
return DR.GetString(DR.
ActivityDesignerAccessibleDescription
, this.activityDesigner.Activity.GetType().Name);
AuthoringOM\Design\DesignerWidgets.cs (1)
2985
description = DR.GetString(DR.
ActivityDesignerAccessibleDescription
, activityDesigner.Activity.GetType().Name);