115 instantiations of DesignerAttribute
System.Activities.Core.Presentation (35)
System\Activities\Core\Presentation\AssignDesigner.xaml.cs (1)
61builder.AddCustomAttributes(assignType, new DesignerAttribute(typeof(AssignDesigner)));
System\Activities\Core\Presentation\CancellationScopeDesigner.xaml.cs (1)
22builder.AddCustomAttributes(type, new DesignerAttribute(typeof(CancellationScopeDesigner)));
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (1)
67builder.AddCustomAttributes(type, new DesignerAttribute(typeof(CaseDesigner)));
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
59builder.AddCustomAttributes(type, new DesignerAttribute(typeof(CatchDesigner)));
System\Activities\Core\Presentation\CompensableActivityDesigner.xaml.cs (1)
25builder.AddCustomAttributes(type, new DesignerAttribute(typeof(CompensableActivityDesigner)));
System\Activities\Core\Presentation\DesignerMetadata.cs (5)
51builder.AddCustomAttributes(typeof(Send), new DesignerAttribute(typeof(SendDesigner))); 54builder.AddCustomAttributes(typeof(Receive), new DesignerAttribute(typeof(ReceiveDesigner))); 58builder.AddCustomAttributes(typeof(SendReply), new DesignerAttribute(typeof(SendReplyDesigner))); 63builder.AddCustomAttributes(typeof(ReceiveReply), new DesignerAttribute(typeof(ReceiveReplyDesigner))); 67builder.AddCustomAttributes(typeof(InitializeCorrelation), new DesignerAttribute(typeof(InitializeCorrelationDesigner)));
System\Activities\Core\Presentation\DoWhileDesigner.xaml.cs (1)
24builder.AddCustomAttributes(type, new DesignerAttribute(typeof(DoWhileDesigner)));
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
255builder.AddCustomAttributes(type, new DesignerAttribute(typeof(FlowchartDesigner)));
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
111builder.AddCustomAttributes(type, new DesignerAttribute(typeof(FlowDecisionDesigner)));
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
117builder.AddCustomAttributes(type, new DesignerAttribute(typeof(FlowSwitchDesigner)));
System\Activities\Core\Presentation\ForEachDesigner.xaml.cs (1)
42builder.AddCustomAttributes(type, new DesignerAttribute(typeof(ForEachDesigner)));
System\Activities\Core\Presentation\IfElseDesigner.xaml.cs (1)
31builder.AddCustomAttributes(type, new DesignerAttribute(typeof(IfElseDesigner)));
System\Activities\Core\Presentation\InteropDesigner.xaml.cs (1)
98builder.AddCustomAttributes(activityType, new DesignerAttribute(typeof(InteropDesigner)));
System\Activities\Core\Presentation\InvokeDelegateDesigner.xaml.cs (1)
35builder.AddCustomAttributes(typeof(InvokeDelegate), new DesignerAttribute(typeof(InvokeDelegateDesigner)));
System\Activities\Core\Presentation\InvokeMethodDesigner.xaml.cs (1)
30builder.AddCustomAttributes(type, new DesignerAttribute(typeof(InvokeMethodDesigner)));
System\Activities\Core\Presentation\NoPersistScopeDesigner.xaml.cs (1)
24builder.AddCustomAttributes(type, new DesignerAttribute(typeof(NoPersistScopeDesigner)));
System\Activities\Core\Presentation\ParallelDesigner.xaml.cs (1)
26builder.AddCustomAttributes(type, new DesignerAttribute(typeof(ParallelDesigner)));
System\Activities\Core\Presentation\PickBranchDesigner.xaml.cs (1)
27builder.AddCustomAttributes(type, new DesignerAttribute(typeof(PickBranchDesigner)));
System\Activities\Core\Presentation\PickDesigner.xaml.cs (1)
32builder.AddCustomAttributes(type, new DesignerAttribute(typeof(PickDesigner)));
System\Activities\Core\Presentation\SequenceDesigner.xaml.cs (1)
42builder.AddCustomAttributes(type, new DesignerAttribute(typeof(SequenceDesigner)));
System\Activities\Core\Presentation\StateDesigner.xaml.cs (1)
61builder.AddCustomAttributes(stateType, new DesignerAttribute(typeof(StateDesigner)));
System\Activities\Core\Presentation\StateMachineDesigner.xaml.cs (1)
52builder.AddCustomAttributes(stateMachineType, new DesignerAttribute(typeof(StateMachineDesigner)));
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
303builder.AddCustomAttributes(type, new DesignerAttribute(typeof(SwitchDesigner)));
System\Activities\Core\Presentation\TransactionScopeDesigner.xaml.cs (1)
22builder.AddCustomAttributes(type, new DesignerAttribute(typeof(TransactionScopeDesigner)));
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
208builder.AddCustomAttributes(transitionType, new DesignerAttribute(typeof(TransitionDesigner)));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
141builder.AddCustomAttributes(type, new DesignerAttribute(typeof(TryCatchDesigner)));
System\Activities\Core\Presentation\WhileDesigner.xaml.cs (1)
26builder.AddCustomAttributes(type, new DesignerAttribute(typeof(WhileDesigner)));
System\Activities\Core\Presentation\WriteLineDesigner.xaml.cs (1)
22builder.AddCustomAttributes(type, new DesignerAttribute(typeof(WriteLineDesigner)));
System\ServiceModel\Activities\Presentation\CorrelationScopeDesigner.xaml.cs (1)
22builder.AddCustomAttributes(type, new DesignerAttribute(typeof(CorrelationScopeDesigner)));
System\ServiceModel\Activities\Presentation\TransactedReceiveScope.xaml.cs (1)
21builder.AddCustomAttributes(type, new DesignerAttribute(typeof(TransactedReceiveScopeDesigner)));
System\ServiceModel\Presentation\ServiceDesigner.xaml.cs (1)
44builder.AddCustomAttributes(serviceType, new DesignerAttribute(typeof(ServiceDesigner)));
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (3)
30builder.AddCustomAttributes(typeof(Activity), new DesignerAttribute(typeof(ActivityDesigner))); 31builder.AddCustomAttributes(typeof(ActivityBuilder), new DesignerAttribute(typeof(ActivityTypeDesigner))); 32builder.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)
303builder.AddCustomAttributes(type, new DesignerAttribute(typeof(SwitchDesigner)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (3)
30builder.AddCustomAttributes(typeof(Activity), new DesignerAttribute(typeof(ActivityDesigner))); 31builder.AddCustomAttributes(typeof(ActivityBuilder), new DesignerAttribute(typeof(ActivityTypeDesigner))); 32builder.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)
160Designer(Editors.ChartWebDesigner)
System.Web.Mobile (20)
UI\MobileControls\AdRotator.cs (1)
43Designer(typeof(System.Web.UI.Design.MobileControls.AdRotatorDesigner)),
UI\MobileControls\BaseValidator.cs (1)
34Designer(typeof(System.Web.UI.Design.MobileControls.BaseValidatorDesigner)),
UI\MobileControls\Calendar.cs (1)
36Designer(typeof(System.Web.UI.Design.MobileControls.CalendarDesigner)),
UI\MobileControls\Command.cs (1)
32Designer(typeof(System.Web.UI.Design.MobileControls.CommandDesigner)),
UI\MobileControls\DeviceSpecific.cs (1)
31Designer(typeof(System.Web.UI.Design.MobileControls.DeviceSpecificDesigner)),
UI\MobileControls\Form.cs (1)
21Designer(typeof(System.Web.UI.Design.MobileControls.FormDesigner)),
UI\MobileControls\Image.cs (1)
31Designer(typeof(System.Web.UI.Design.MobileControls.ImageDesigner)),
UI\MobileControls\Label.cs (1)
29Designer(typeof(System.Web.UI.Design.MobileControls.LabelDesigner)),
UI\MobileControls\Link.cs (1)
30Designer(typeof(System.Web.UI.Design.MobileControls.LinkDesigner)),
UI\MobileControls\List.cs (1)
33Designer(typeof(System.Web.UI.Design.MobileControls.ListDesigner)),
UI\MobileControls\MobileControl.cs (1)
38Designer(typeof(System.Web.UI.Design.MobileControls.MobileControlDesigner)),
UI\MobileControls\MobileUserControl.cs (1)
18Designer(typeof(System.Web.UI.Design.MobileControls.MobileUserControlDesigner))
UI\MobileControls\ObjectList.cs (1)
32Designer(typeof(System.Web.UI.Design.MobileControls.ObjectListDesigner)),
UI\MobileControls\Panel.cs (1)
18Designer(typeof(System.Web.UI.Design.MobileControls.PanelDesigner)),
UI\MobileControls\PhoneCall.cs (1)
33Designer(typeof(System.Web.UI.Design.MobileControls.PhoneCallDesigner)),
UI\MobileControls\SelectionList.cs (1)
33Designer(typeof(System.Web.UI.Design.MobileControls.SelectionListDesigner)),
UI\MobileControls\StyleSheet.cs (1)
34Designer(typeof(System.Web.UI.Design.MobileControls.StyleSheetDesigner)),
UI\MobileControls\TextBox.cs (1)
33Designer(typeof(System.Web.UI.Design.MobileControls.TextBoxDesigner)),
UI\MobileControls\TextView.cs (1)
37Designer(typeof(System.Web.UI.Design.MobileControls.TextViewDesigner)),
UI\MobileControls\ValidationSummary.cs (1)
33Designer(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)
77TypeDescriptor.AddAttributes(rootActivity, new Attribute[] { new DesignerAttribute(designerAttrib.DesignerTypeName, typeof(IRootDesigner)) });
AuthoringOM\Design\XomlDesignerLoader.cs (1)
45TypeDescriptor.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 139DesignerAttribute other = obj as DesignerAttribute;
compmod\system\componentmodel\TypeDescriptor.cs (2)
586DesignerAttribute da = attributes[i] as DesignerAttribute;
System.Activities.Presentation (14)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (3)
13class DesignerAttributeInfo : AttributeInfo<DesignerAttribute> 15public override ICollection GetConstructorArguments(DesignerAttribute attribute, ref ConstructorInfo constructor) 22Type designerAttributeType = typeof(DesignerAttribute);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
234if (type == typeof(DesignerAttribute)) 236return new AttributeXamlType<DesignerAttribute, DesignerAttributeInfo>(this);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (2)
278DesignerAttribute attribute = WorkflowViewService.GetAttribute<DesignerAttribute>(modelItem.ItemType);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (7)
114DesignerAttribute GetDesignerAttribute(Type type) 116DesignerAttribute designerAttribute = null; 120designerAttribute = GetAttribute<DesignerAttribute>(type); 145DesignerAttribute designerAttribute = GetDesignerAttribute(type); 155DesignerAttribute genericDesignerAttribute = 156TypeDescriptor.GetAttributes(genericType)[typeof(DesignerAttribute)] as DesignerAttribute;
System.Data (14)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (3)
13class DesignerAttributeInfo : AttributeInfo<DesignerAttribute> 15public override ICollection GetConstructorArguments(DesignerAttribute attribute, ref ConstructorInfo constructor) 22Type designerAttributeType = typeof(DesignerAttribute);
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (2)
234if (type == typeof(DesignerAttribute)) 236return new AttributeXamlType<DesignerAttribute, DesignerAttributeInfo>(this);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (2)
278DesignerAttribute attribute = WorkflowViewService.GetAttribute<DesignerAttribute>(modelItem.ItemType);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (7)
114DesignerAttribute GetDesignerAttribute(Type type) 116DesignerAttribute designerAttribute = null; 120designerAttribute = GetAttribute<DesignerAttribute>(type); 145DesignerAttribute designerAttribute = GetDesignerAttribute(type); 155DesignerAttribute genericDesignerAttribute = 156TypeDescriptor.GetAttributes(genericType)[typeof(DesignerAttribute)] as DesignerAttribute;
System.Workflow.ComponentModel (8)
AuthoringOM\ComponentFactoryHelpers.cs (1)
60GetCustomAttributes(objectType, typeof(System.ComponentModel.DesignerAttribute), true);
AuthoringOM\Design\ActivityDesigner.cs (2)
1996DesignerAttribute designerAttribute = attribute as DesignerAttribute;
AuthoringOM\Design\CustomActivityDesigner.cs (5)
72DesignerAttribute rootDesignerAttrib = GetDesignerAttribute(rootActivity, typeof(IRootDesigner)); 75DesignerAttribute designerAttrib = GetDesignerAttribute(rootActivity, typeof(IDesigner)); 136private static DesignerAttribute GetDesignerAttribute(object component, Type designerBaseType) 141DesignerAttribute designerAttribute = attribute as DesignerAttribute;