115 instantiations of DesignerAttribute
System.Activities.Core.Presentation (35)
System\Activities\Core\Presentation\AssignDesigner.xaml.cs (1)
61
builder.AddCustomAttributes(assignType, new
DesignerAttribute
(typeof(AssignDesigner)));
System\Activities\Core\Presentation\CancellationScopeDesigner.xaml.cs (1)
22
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(CancellationScopeDesigner)));
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (1)
67
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(CaseDesigner)));
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
59
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(CatchDesigner)));
System\Activities\Core\Presentation\CompensableActivityDesigner.xaml.cs (1)
25
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(CompensableActivityDesigner)));
System\Activities\Core\Presentation\DesignerMetadata.cs (5)
51
builder.AddCustomAttributes(typeof(Send), new
DesignerAttribute
(typeof(SendDesigner)));
54
builder.AddCustomAttributes(typeof(Receive), new
DesignerAttribute
(typeof(ReceiveDesigner)));
58
builder.AddCustomAttributes(typeof(SendReply), new
DesignerAttribute
(typeof(SendReplyDesigner)));
63
builder.AddCustomAttributes(typeof(ReceiveReply), new
DesignerAttribute
(typeof(ReceiveReplyDesigner)));
67
builder.AddCustomAttributes(typeof(InitializeCorrelation), new
DesignerAttribute
(typeof(InitializeCorrelationDesigner)));
System\Activities\Core\Presentation\DoWhileDesigner.xaml.cs (1)
24
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(DoWhileDesigner)));
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
255
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(FlowchartDesigner)));
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
111
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(FlowDecisionDesigner)));
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
117
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(FlowSwitchDesigner)));
System\Activities\Core\Presentation\ForEachDesigner.xaml.cs (1)
42
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(ForEachDesigner)));
System\Activities\Core\Presentation\IfElseDesigner.xaml.cs (1)
31
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(IfElseDesigner)));
System\Activities\Core\Presentation\InteropDesigner.xaml.cs (1)
98
builder.AddCustomAttributes(activityType, new
DesignerAttribute
(typeof(InteropDesigner)));
System\Activities\Core\Presentation\InvokeDelegateDesigner.xaml.cs (1)
35
builder.AddCustomAttributes(typeof(InvokeDelegate), new
DesignerAttribute
(typeof(InvokeDelegateDesigner)));
System\Activities\Core\Presentation\InvokeMethodDesigner.xaml.cs (1)
30
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(InvokeMethodDesigner)));
System\Activities\Core\Presentation\NoPersistScopeDesigner.xaml.cs (1)
24
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(NoPersistScopeDesigner)));
System\Activities\Core\Presentation\ParallelDesigner.xaml.cs (1)
26
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(ParallelDesigner)));
System\Activities\Core\Presentation\PickBranchDesigner.xaml.cs (1)
27
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(PickBranchDesigner)));
System\Activities\Core\Presentation\PickDesigner.xaml.cs (1)
32
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(PickDesigner)));
System\Activities\Core\Presentation\SequenceDesigner.xaml.cs (1)
42
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(SequenceDesigner)));
System\Activities\Core\Presentation\StateDesigner.xaml.cs (1)
61
builder.AddCustomAttributes(stateType, new
DesignerAttribute
(typeof(StateDesigner)));
System\Activities\Core\Presentation\StateMachineDesigner.xaml.cs (1)
52
builder.AddCustomAttributes(stateMachineType, new
DesignerAttribute
(typeof(StateMachineDesigner)));
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
303
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(SwitchDesigner)));
System\Activities\Core\Presentation\TransactionScopeDesigner.xaml.cs (1)
22
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(TransactionScopeDesigner)));
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
208
builder.AddCustomAttributes(transitionType, new
DesignerAttribute
(typeof(TransitionDesigner)));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
141
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(TryCatchDesigner)));
System\Activities\Core\Presentation\WhileDesigner.xaml.cs (1)
26
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(WhileDesigner)));
System\Activities\Core\Presentation\WriteLineDesigner.xaml.cs (1)
22
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(WriteLineDesigner)));
System\ServiceModel\Activities\Presentation\CorrelationScopeDesigner.xaml.cs (1)
22
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(CorrelationScopeDesigner)));
System\ServiceModel\Activities\Presentation\TransactedReceiveScope.xaml.cs (1)
21
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(TransactedReceiveScopeDesigner)));
System\ServiceModel\Presentation\ServiceDesigner.xaml.cs (1)
44
builder.AddCustomAttributes(serviceType, new
DesignerAttribute
(typeof(ServiceDesigner)));
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (3)
30
builder.AddCustomAttributes(typeof(Activity), new
DesignerAttribute
(typeof(ActivityDesigner)));
31
builder.AddCustomAttributes(typeof(ActivityBuilder), new
DesignerAttribute
(typeof(ActivityTypeDesigner)));
32
builder.AddCustomAttributes(typeof(ActivityBuilder<>), new
DesignerAttribute
(typeof(GenericActivityTypeDesigner)));
System.Activities.Presentation\System\Activities\Presentation\ErrorActivity.cs (2)
16
[
Designer
(typeof(ErrorActivity.ErrorActivityView))]
82
[
Designer
(typeof(ErrorActivity.ErrorActivityView))]
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ActivityTemplateFactoryBuilder.cs (1)
18
[
Designer
(typeof(ActivityTypeDesigner))]
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
303
builder.AddCustomAttributes(type, new
DesignerAttribute
(typeof(SwitchDesigner)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (3)
30
builder.AddCustomAttributes(typeof(Activity), new
DesignerAttribute
(typeof(ActivityDesigner)));
31
builder.AddCustomAttributes(typeof(ActivityBuilder), new
DesignerAttribute
(typeof(ActivityTypeDesigner)));
32
builder.AddCustomAttributes(typeof(ActivityBuilder<>), new
DesignerAttribute
(typeof(GenericActivityTypeDesigner)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ErrorActivity.cs (2)
16
[
Designer
(typeof(ErrorActivity.ErrorActivityView))]
82
[
Designer
(typeof(ErrorActivity.ErrorActivityView))]
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ActivityTemplateFactoryBuilder.cs (1)
18
[
Designer
(typeof(ActivityTypeDesigner))]
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
160
Designer
(Editors.ChartWebDesigner)
System.Web.Mobile (20)
UI\MobileControls\AdRotator.cs (1)
43
Designer
(typeof(System.Web.UI.Design.MobileControls.AdRotatorDesigner)),
UI\MobileControls\BaseValidator.cs (1)
34
Designer
(typeof(System.Web.UI.Design.MobileControls.BaseValidatorDesigner)),
UI\MobileControls\Calendar.cs (1)
36
Designer
(typeof(System.Web.UI.Design.MobileControls.CalendarDesigner)),
UI\MobileControls\Command.cs (1)
32
Designer
(typeof(System.Web.UI.Design.MobileControls.CommandDesigner)),
UI\MobileControls\DeviceSpecific.cs (1)
31
Designer
(typeof(System.Web.UI.Design.MobileControls.DeviceSpecificDesigner)),
UI\MobileControls\Form.cs (1)
21
Designer
(typeof(System.Web.UI.Design.MobileControls.FormDesigner)),
UI\MobileControls\Image.cs (1)
31
Designer
(typeof(System.Web.UI.Design.MobileControls.ImageDesigner)),
UI\MobileControls\Label.cs (1)
29
Designer
(typeof(System.Web.UI.Design.MobileControls.LabelDesigner)),
UI\MobileControls\Link.cs (1)
30
Designer
(typeof(System.Web.UI.Design.MobileControls.LinkDesigner)),
UI\MobileControls\List.cs (1)
33
Designer
(typeof(System.Web.UI.Design.MobileControls.ListDesigner)),
UI\MobileControls\MobileControl.cs (1)
38
Designer
(typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner)),
UI\MobileControls\MobileUserControl.cs (1)
18
Designer
(typeof(System.Web.UI.Design.MobileControls.MobileUserControlDesigner))
UI\MobileControls\ObjectList.cs (1)
32
Designer
(typeof(System.Web.UI.Design.MobileControls.ObjectListDesigner)),
UI\MobileControls\Panel.cs (1)
18
Designer
(typeof(System.Web.UI.Design.MobileControls.PanelDesigner)),
UI\MobileControls\PhoneCall.cs (1)
33
Designer
(typeof(System.Web.UI.Design.MobileControls.PhoneCallDesigner)),
UI\MobileControls\SelectionList.cs (1)
33
Designer
(typeof(System.Web.UI.Design.MobileControls.SelectionListDesigner)),
UI\MobileControls\StyleSheet.cs (1)
34
Designer
(typeof(System.Web.UI.Design.MobileControls.StyleSheetDesigner)),
UI\MobileControls\TextBox.cs (1)
33
Designer
(typeof(System.Web.UI.Design.MobileControls.TextBoxDesigner)),
UI\MobileControls\TextView.cs (1)
37
Designer
(typeof(System.Web.UI.Design.MobileControls.TextViewDesigner)),
UI\MobileControls\ValidationSummary.cs (1)
33
Designer
(typeof(System.Web.UI.Design.MobileControls.ValidationSummaryDesigner)),
System.Workflow.Activities (29)
Code.cs (1)
19
[
Designer
(typeof(CodeDesigner), typeof(IDesigner))]
CompensatableSequenceActivity.cs (1)
22
[
Designer
(typeof(SequenceDesigner), typeof(IDesigner))]
Conditional.cs (1)
26
[
Designer
(typeof(IfElseDesigner), typeof(IDesigner))]
ConditionalBranch.cs (1)
22
[
Designer
(typeof(IfElseBranchDesigner), typeof(IDesigner))]
ConstrainedGroup.cs (1)
28
[
Designer
(typeof(ConditionedActivityGroupDesigner), typeof(IDesigner))]
Delay.cs (1)
23
[
Designer
(typeof(DelayDesigner), typeof(IDesigner))]
EventDriven.cs (1)
23
[
Designer
(typeof(EventDrivenDesigner), typeof(IDesigner))]
EventHandlers.cs (1)
22
[
Designer
(typeof(EventHandlersDesigner), typeof(IDesigner))]
EventHandlingScope.cs (1)
26
[
Designer
(typeof(EventHandlingScopeDesigner), typeof(IDesigner))]
EventSinkActivity.cs (1)
23
[
Designer
(typeof(HandleExternalEventActivityDesigner), typeof(IDesigner))]
InvokeMethodActivity.cs (1)
22
[
Designer
(typeof(CallExternalMethodActivityDesigner), typeof(IDesigner))]
InvokeWebService.cs (1)
53
[
Designer
(typeof(InvokeWebServiceDesigner), typeof(IDesigner))]
Listen.cs (1)
28
[
Designer
(typeof(ListenDesigner), typeof(IDesigner))]
Parallel.cs (1)
27
[
Designer
(typeof(ParallelDesigner), typeof(IDesigner))]
Policy.cs (1)
27
[
Designer
(typeof(PolicyDesigner), typeof(IDesigner))]
Schedule.cs (2)
23
[
Designer
(typeof(SequentialWorkflowDesigner), typeof(IRootDesigner))]
24
[
Designer
(typeof(SequentialWorkflowDesigner), typeof(IDesigner))]
Sequence.cs (1)
22
[
Designer
(typeof(SequenceDesigner), typeof(IDesigner))]
SetState.cs (1)
23
[
Designer
(typeof(SetStateDesigner), typeof(IDesigner))]
State.cs (1)
28
[
Designer
(typeof(StateDesigner), typeof(IDesigner))]
StateFinalizationActivity.cs (1)
22
[
Designer
(typeof(StateFinalizationDesigner), typeof(IDesigner))]
StateInitialization.cs (1)
22
[
Designer
(typeof(StateInitializationDesigner), typeof(IDesigner))]
StateMachineWorkflow.cs (2)
18
[
Designer
(typeof(StateMachineWorkflowDesigner), typeof(IRootDesigner))]
19
[
Designer
(typeof(StateMachineWorkflowDesigner), typeof(IDesigner))]
Task.cs (1)
30
[
Designer
(typeof(ReplicatorDesigner), typeof(IDesigner))]
WebServiceFault.cs (1)
25
[
Designer
(typeof(WebServiceFaultDesigner), typeof(IDesigner))]
WebServiceReceive.cs (1)
27
[
Designer
(typeof(WebServiceReceiveDesigner), typeof(IDesigner))]
WebServiceResponse.cs (1)
23
[
Designer
(typeof(WebServiceResponseDesigner), typeof(IDesigner))]
While.cs (1)
24
[
Designer
(typeof(WhileDesigner), typeof(IDesigner))]
System.Workflow.ComponentModel (15)
AuthoringOM\Activity.cs (2)
137
[
Designer
(typeof(ActivityDesigner), typeof(IDesigner))]
138
[
Designer
(typeof(ActivityDesigner), typeof(IRootDesigner))]
AuthoringOM\Behaviors\CancellationHandler.cs (1)
13
[
Designer
(typeof(CancellationHandlerActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
18
[
Designer
(typeof(CompensatableTransactionScopeActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\Compensate.cs (1)
16
[
Designer
(typeof(CompensateDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\Compensation.cs (1)
13
[
Designer
(typeof(CompensationHandlerActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
24
[
Designer
(typeof(FaultHandlerActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
22
[
Designer
(typeof(FaultHandlersActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
23
[
Designer
(typeof(SequenceDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\TransactionScope.cs (1)
18
[
Designer
(typeof(TransactionScopeActivityDesigner), typeof(IDesigner))]
AuthoringOM\Design\CustomActivityDesigner.cs (1)
77
TypeDescriptor.AddAttributes(rootActivity, new Attribute[] { new
DesignerAttribute
(designerAttrib.DesignerTypeName, typeof(IRootDesigner)) });
AuthoringOM\Design\XomlDesignerLoader.cs (1)
45
TypeDescriptor.AddAttributes(invokeWorkflowType, new
DesignerAttribute
(typeof(InvokeWorkflowDesigner), typeof(IDesigner)));
AuthoringOM\Fault.cs (1)
22
[
Designer
(typeof(ThrowDesigner), typeof(IDesigner))]
AuthoringOM\Suspend.cs (1)
23
[
Designer
(typeof(SuspendDesigner), typeof(IDesigner))]
AuthoringOM\Terminate.cs (1)
20
[
Designer
(typeof(TerminateDesigner), typeof(IDesigner))]
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (1)
33
[
Designer
(typeof(ReceiveActivityDesigner), typeof(IDesigner))]
System\Workflow\Activities\SendActivity.cs (1)
28
[
DesignerAttribute
(typeof(SendActivityDesigner), typeof(IDesigner))]
45 references to DesignerAttribute
System (9)
compmod\system\componentmodel\DesignerAttribute.cs (7)
28
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerAttribute
'/> class using the name of the type that
41
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerAttribute
'/> class using the type that provides
52
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerAttribute
'/> class using the designer type and the
65
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerAttribute
'/> class, using the name of the designer
78
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerAttribute
'/> class using the types of the designer and
139
DesignerAttribute
other = obj as
DesignerAttribute
;
compmod\system\componentmodel\TypeDescriptor.cs (2)
586
DesignerAttribute
da = attributes[i] as
DesignerAttribute
;
System.Activities.Presentation (14)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (3)
13
class DesignerAttributeInfo : AttributeInfo<
DesignerAttribute
>
15
public override ICollection GetConstructorArguments(
DesignerAttribute
attribute, ref ConstructorInfo constructor)
22
Type designerAttributeType = typeof(
DesignerAttribute
);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
234
if (type == typeof(
DesignerAttribute
))
236
return new AttributeXamlType<
DesignerAttribute
, DesignerAttributeInfo>(this);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (2)
278
DesignerAttribute
attribute = WorkflowViewService.GetAttribute<
DesignerAttribute
>(modelItem.ItemType);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (7)
114
DesignerAttribute
GetDesignerAttribute(Type type)
116
DesignerAttribute
designerAttribute = null;
120
designerAttribute = GetAttribute<
DesignerAttribute
>(type);
145
DesignerAttribute
designerAttribute = GetDesignerAttribute(type);
155
DesignerAttribute
genericDesignerAttribute =
156
TypeDescriptor.GetAttributes(genericType)[typeof(
DesignerAttribute
)] as
DesignerAttribute
;
System.Data (14)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (3)
13
class DesignerAttributeInfo : AttributeInfo<
DesignerAttribute
>
15
public override ICollection GetConstructorArguments(
DesignerAttribute
attribute, ref ConstructorInfo constructor)
22
Type designerAttributeType = typeof(
DesignerAttribute
);
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
234
if (type == typeof(
DesignerAttribute
))
236
return new AttributeXamlType<
DesignerAttribute
, DesignerAttributeInfo>(this);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (2)
278
DesignerAttribute
attribute = WorkflowViewService.GetAttribute<
DesignerAttribute
>(modelItem.ItemType);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (7)
114
DesignerAttribute
GetDesignerAttribute(Type type)
116
DesignerAttribute
designerAttribute = null;
120
designerAttribute = GetAttribute<
DesignerAttribute
>(type);
145
DesignerAttribute
designerAttribute = GetDesignerAttribute(type);
155
DesignerAttribute
genericDesignerAttribute =
156
TypeDescriptor.GetAttributes(genericType)[typeof(
DesignerAttribute
)] as
DesignerAttribute
;
System.Workflow.ComponentModel (8)
AuthoringOM\ComponentFactoryHelpers.cs (1)
60
GetCustomAttributes(objectType, typeof(System.ComponentModel.
DesignerAttribute
), true);
AuthoringOM\Design\ActivityDesigner.cs (2)
1996
DesignerAttribute
designerAttribute = attribute as
DesignerAttribute
;
AuthoringOM\Design\CustomActivityDesigner.cs (5)
72
DesignerAttribute
rootDesignerAttrib = GetDesignerAttribute(rootActivity, typeof(IRootDesigner));
75
DesignerAttribute
designerAttrib = GetDesignerAttribute(rootActivity, typeof(IDesigner));
136
private static
DesignerAttribute
GetDesignerAttribute(object component, Type designerBaseType)
141
DesignerAttribute
designerAttribute = attribute as
DesignerAttribute
;