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