9 references to GetAttribute
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\AllowBreakpointAttribute.cs (1)
20
return typeof(Activity).IsAssignableFrom(breakpointCandidateType) || WorkflowViewService.
GetAttribute
<AllowBreakpointAttribute>(breakpointCandidateType) != null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
491
TypeResolvingOptionsAttribute attr = WorkflowViewService.
GetAttribute
<TypeResolvingOptionsAttribute>(type);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
769
var options = WorkflowViewService.
GetAttribute
<ActivityDesignerOptionsAttribute>(designerType);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\CanExpandCollapseAllConverter.cs (1)
20
ActivityDesignerOptionsAttribute attr = WorkflowViewService.
GetAttribute
<ActivityDesignerOptionsAttribute>(value.GetType());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (1)
278
DesignerAttribute attribute = WorkflowViewService.
GetAttribute
<DesignerAttribute>(modelItem.ItemType);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (2)
29
ActivityDesignerOptionsAttribute options = WorkflowViewService.
GetAttribute
<ActivityDesignerOptionsAttribute>(parentDesignerType);
69
ActivityDesignerOptionsAttribute options = WorkflowViewService.
GetAttribute
<ActivityDesignerOptionsAttribute>(modelItem.ItemType);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (2)
120
designerAttribute =
GetAttribute
<DesignerAttribute>(type);
225
ActivityDesignerOptionsAttribute options = WorkflowViewService.
GetAttribute
<ActivityDesignerOptionsAttribute>(modelItem.ItemType);