68 references to Designer
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.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)),