16 instantiations of AttachedProperty
System.Data (16)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
71
AttachedProperty<string> attachedProperty = new
AttachedProperty
<string>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (5)
247
this.isBreakpointEnabledProperty = new
AttachedProperty
<bool>()
254
this.isBreakpointBoundedProperty = new
AttachedProperty
<bool>()
261
this.isBreakpointConditionalProperty = new
AttachedProperty
<bool>()
268
this.isCurrentLocationProperty = new
AttachedProperty
<bool>()
275
this.isCurrentContextProperty = new
AttachedProperty
<bool>()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
28
AttachedProperty<Type> typeArgumentProperty = new
AttachedProperty
<Type>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
210
this.validationStateProperty = new
AttachedProperty
<ValidationState>()
219
this.validationMessageProperty = new
AttachedProperty
<string>()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
88
activityBuilderDisplayNameProperty = new
AttachedProperty
<string>
94
activityTemplateFactoryBuilderDisplayNameProperty = new
AttachedProperty
<string>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\GenericActivityTypeDesigner.xaml.cs (1)
16
private static AttachedProperty<string> displayNameProperty = new
AttachedProperty
<string>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
474
return new
AttachedProperty
<T>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
52
isPrimarySelectionProperty = new
AttachedProperty
<bool>()
59
isSelectionProperty = new
AttachedProperty
<bool>()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
49
AttachedProperty<T> attachedProperty = new
AttachedProperty
<T>
18 references to AttachedProperty
System.Data (18)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
71
AttachedProperty
<string> attachedProperty = new AttachedProperty<string>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (5)
38
AttachedProperty
<bool> isBreakpointEnabledProperty;
39
AttachedProperty
<bool> isBreakpointBoundedProperty;
40
AttachedProperty
<bool> isBreakpointConditionalProperty;
41
AttachedProperty
<bool> isCurrentLocationProperty;
42
AttachedProperty
<bool> isCurrentContextProperty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
28
AttachedProperty
<Type> typeArgumentProperty = new AttachedProperty<Type>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (4)
48
AttachedProperty
<ValidationState> validationStateProperty;
49
AttachedProperty
<string> validationMessageProperty;
1006
internal
AttachedProperty
<ValidationState> ValidationStateProperty
1014
internal
AttachedProperty
<string> ValidationMessageProperty
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
83
AttachedProperty
<string> activityBuilderDisplayNameProperty;
84
AttachedProperty
<string> activityTemplateFactoryBuilderDisplayNameProperty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\GenericActivityTypeDesigner.xaml.cs (1)
16
private static
AttachedProperty
<string> displayNameProperty = new AttachedProperty<string>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
472
AttachedProperty
<T> CreateAttachedPropertyForNamespace<T>(string propertyName)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
34
AttachedProperty
<bool> isPrimarySelectionProperty;
35
AttachedProperty
<bool> isSelectionProperty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
49
AttachedProperty
<T> attachedProperty = new AttachedProperty<T>