207 references to RegisterAttached
PresentationCore (23)
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (8)
286DependencyProperty.RegisterAttached( 324DependencyProperty.RegisterAttached( 362DependencyProperty.RegisterAttached( 400DependencyProperty.RegisterAttached( 438DependencyProperty.RegisterAttached( 476DependencyProperty.RegisterAttached( 518DependencyProperty.RegisterAttached( 560DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
95DependencyProperty.RegisterAttached( 112= DependencyProperty.RegisterAttached("IsFocusScope", typeof(bool), typeof(FocusManager),
Core\CSharp\System\Windows\Input\InputLanguageManager.cs (2)
42DependencyProperty.RegisterAttached( 85DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Input\InputMethod.cs (6)
233DependencyProperty.RegisterAttached( 274DependencyProperty.RegisterAttached( 314DependencyProperty.RegisterAttached( 353DependencyProperty.RegisterAttached( 392DependencyProperty.RegisterAttached( 430DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
713DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
85DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\PresentationSource.cs (3)
895= DependencyProperty.RegisterAttached("RootSource", typeof(SecurityCriticalDataForMultipleGetAndSet<PresentationSource>), typeof(PresentationSource), 907= DependencyProperty.RegisterAttached("CachedSource", typeof(SecurityCriticalDataForMultipleGetAndSet<PresentationSource>), typeof(PresentationSource), 911private static readonly DependencyProperty GetsSourceChangedEventProperty = DependencyProperty.RegisterAttached("IsBeingWatched", typeof(bool), typeof(PresentationSource), new PropertyMetadata((bool)false));
PresentationFramework (145)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
292DependencyProperty.RegisterAttached( 338public static readonly DependencyProperty FetchAnnotationsAsBatchProperty = DependencyProperty.RegisterAttached(
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
480public static readonly DependencyProperty SubTreeProcessorIdProperty = DependencyProperty.RegisterAttached(
src\Framework\MS\Internal\Documents\UndoManager.cs (1)
1190private static readonly DependencyProperty UndoManagerInstanceProperty = DependencyProperty.RegisterAttached( //
src\Framework\System\ComponentModel\DesignerProperties.cs (1)
43DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
570internal static readonly DependencyProperty ChooserProperty = DependencyProperty.RegisterAttached("Chooser", typeof(AnnotationComponentChooser), typeof(AnnotationService), new FrameworkPropertyMetadata(new AnnotationComponentChooser(), FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.OverridesInheritanceBehavior)); 741internal static readonly DependencyProperty ServiceProperty = DependencyProperty.RegisterAttached("Service", typeof(AnnotationService), typeof(AnnotationService), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.OverridesInheritanceBehavior));
src\Framework\System\Windows\Controls\ContextMenuService.cs (9)
28DependencyProperty.RegisterAttached( 82DependencyProperty.RegisterAttached("HorizontalOffset", // Name 121DependencyProperty.RegisterAttached("VerticalOffset", // Name 160DependencyProperty.RegisterAttached("HasDropShadow", // Name 197DependencyProperty.RegisterAttached("PlacementTarget", // Name 235DependencyProperty.RegisterAttached("PlacementRectangle", // Name 273DependencyProperty.RegisterAttached("Placement", // Name 311DependencyProperty.RegisterAttached("ShowOnDisabled", // Name 349DependencyProperty.RegisterAttached("IsEnabled", // Name
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
785DependencyProperty.RegisterAttached("OriginalValue", typeof(object), typeof(DataGridColumn), new FrameworkPropertyMetadata(null));
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
953DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Grid.cs (1)
3542DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1301DependencyProperty.RegisterAttached("ItemForItemContainer", typeof(object), typeof(ItemContainerGenerator),
src\Framework\System\Windows\Controls\Label.cs (1)
140DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\MenuItem.cs (2)
2299= DependencyProperty.RegisterAttached("InsideContextMenu", typeof(bool), typeof(MenuItem), 2715private static readonly DependencyProperty BooleanFieldStoreProperty = DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Panel.cs (1)
913DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
246DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\PopupControlService.cs (2)
1131DependencyProperty.RegisterAttached("ServiceOwned", // Name 1140DependencyProperty.RegisterAttached("Owner", // Name
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
330DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (1)
25DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
209DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
453DependencyProperty.RegisterAttached( 805public static readonly DependencyProperty IsDeferredScrollingEnabledProperty = DependencyProperty.RegisterAttached("IsDeferredScrollingEnabled", typeof(bool), typeof(ScrollViewer), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); 1461DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\SpellCheck.cs (2)
102DependencyProperty.RegisterAttached( 152DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\StickyNote.cs (1)
302DependencyProperty.RegisterAttached("IsActive",
src\Framework\System\Windows\Controls\TextBlock.cs (1)
546DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\TextSearch.cs (4)
84= DependencyProperty.RegisterAttached("TextPath", typeof(string), typeof(TextSearch), 122= DependencyProperty.RegisterAttached("Text", typeof(string), typeof(TextSearch), 164DependencyProperty.RegisterAttached("CurrentPrefix", typeof(string), typeof(TextSearch), 171DependencyProperty.RegisterAttached("IsActive", typeof(bool), typeof(TextSearch),
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
133DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ToolTipService.cs (9)
29DependencyProperty.RegisterAttached( 74DependencyProperty.RegisterAttached("HorizontalOffset", // Name 113DependencyProperty.RegisterAttached("VerticalOffset", // Name 152DependencyProperty.RegisterAttached("HasDropShadow", // Name 190DependencyProperty.RegisterAttached("PlacementTarget", // Name 228DependencyProperty.RegisterAttached("PlacementRectangle", // Name 266DependencyProperty.RegisterAttached("Placement", // Name 304DependencyProperty.RegisterAttached("ShowOnDisabled", // Name 385DependencyProperty.RegisterAttached("IsEnabled", // Name
src\Framework\System\Windows\Controls\Validation.cs (5)
111DependencyProperty.RegisterAttached("ErrorsInternal", 189DependencyProperty.RegisterAttached("ErrorTemplate", 237DependencyProperty.RegisterAttached("ValidationAdornerSite", 305DependencyProperty.RegisterAttached("ValidationAdornerSiteFor", 622DependencyProperty.RegisterAttached("ValidationAdorner",
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (7)
62DependencyProperty.RegisterAttached("IsVirtualizing", typeof(bool), typeof(VirtualizingPanel), 102DependencyProperty.RegisterAttached("VirtualizationMode", typeof(VirtualizationMode), typeof(VirtualizingPanel), 140DependencyProperty.RegisterAttached("IsVirtualizingWhenGrouping", typeof(bool), typeof(VirtualizingPanel), 178DependencyProperty.RegisterAttached("ScrollUnit", typeof(ScrollUnit), typeof(VirtualizingPanel), 258DependencyProperty.RegisterAttached("CacheLengthUnit", typeof(VirtualizationCacheLengthUnit), typeof(VirtualizingPanel), 296DependencyProperty.RegisterAttached("IsContainerVirtualizable", typeof(bool), typeof(VirtualizingPanel), 334DependencyProperty.RegisterAttached("ShouldCacheContainerSize", typeof(bool), typeof(VirtualizingPanel),
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2034DependencyProperty.RegisterAttached("NoTarget", typeof(object), typeof(BindingExpressionBase),
src\Framework\System\Windows\Documents\Block.cs (1)
81DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
538= DependencyProperty.RegisterAttached("PrintTicket", typeof(object), typeof(FixedDocumentSequence),
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
609= DependencyProperty.RegisterAttached("PrintTicket", typeof(object), typeof(FixedDocument),
src\Framework\System\Windows\Documents\FixedPage.cs (6)
417DependencyProperty.RegisterAttached( 460DependencyProperty.RegisterAttached( 477DependencyProperty.RegisterAttached( 494DependencyProperty.RegisterAttached( 512DependencyProperty.RegisterAttached( 560DependencyProperty.RegisterAttached(
src\Framework\System\windows\Documents\TextEditor.cs (4)
812DependencyProperty.RegisterAttached( 832DependencyProperty.RegisterAttached( 842DependencyProperty.RegisterAttached( 2016private static readonly DependencyProperty InstanceProperty = DependencyProperty.RegisterAttached( //
src\Framework\System\Windows\Documents\TextElement.cs (4)
521DependencyProperty.RegisterAttached( 572DependencyProperty.RegisterAttached( 623DependencyProperty.RegisterAttached( 729DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Documents\Typography.cs (43)
1760DependencyProperty.RegisterAttached( 1770DependencyProperty.RegisterAttached( 1780DependencyProperty.RegisterAttached( 1790DependencyProperty.RegisterAttached( 1800DependencyProperty.RegisterAttached( 1810DependencyProperty.RegisterAttached( 1820DependencyProperty.RegisterAttached( 1830DependencyProperty.RegisterAttached( 1840DependencyProperty.RegisterAttached( 1850DependencyProperty.RegisterAttached( 1860DependencyProperty.RegisterAttached( 1870DependencyProperty.RegisterAttached( 1880DependencyProperty.RegisterAttached( 1890DependencyProperty.RegisterAttached( 1900DependencyProperty.RegisterAttached( 1910DependencyProperty.RegisterAttached( 1920DependencyProperty.RegisterAttached( 1930DependencyProperty.RegisterAttached( 1940DependencyProperty.RegisterAttached( 1950DependencyProperty.RegisterAttached( 1960DependencyProperty.RegisterAttached( 1970DependencyProperty.RegisterAttached( 1980DependencyProperty.RegisterAttached( 1990DependencyProperty.RegisterAttached( 2000DependencyProperty.RegisterAttached( 2010DependencyProperty.RegisterAttached( 2020DependencyProperty.RegisterAttached( 2030DependencyProperty.RegisterAttached( 2040DependencyProperty.RegisterAttached( 2050DependencyProperty.RegisterAttached( 2060DependencyProperty.RegisterAttached( 2070DependencyProperty.RegisterAttached( 2080DependencyProperty.RegisterAttached( 2090DependencyProperty.RegisterAttached( 2100DependencyProperty.RegisterAttached( 2110DependencyProperty.RegisterAttached( 2120DependencyProperty.RegisterAttached( 2130DependencyProperty.RegisterAttached( 2140DependencyProperty.RegisterAttached( 2150DependencyProperty.RegisterAttached( 2160DependencyProperty.RegisterAttached( 2170DependencyProperty.RegisterAttached( 2180DependencyProperty.RegisterAttached(
src\Framework\System\Windows\FrameworkElement.cs (1)
3189DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Input\KeyboardNavigation.cs (5)
189DependencyProperty.RegisterAttached("DirectionalNavigationMargin", 201DependencyProperty.RegisterAttached( 213DependencyProperty.RegisterAttached( 269DependencyProperty.RegisterAttached( 293DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (4)
64DependencyProperty.RegisterAttached("XmlSpace", typeof(string), typeof(XmlAttributeProperties), 68DependencyProperty.RegisterAttached("XmlnsDictionary", typeof(XmlnsDictionary), typeof(XmlAttributeProperties), 72DependencyProperty.RegisterAttached("XmlnsDefinition", typeof(string), typeof(XmlAttributeProperties), 77DependencyProperty.RegisterAttached("XmlNamespaceMaps", typeof(Hashtable), typeof(XmlAttributeProperties),
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
37TargetProperty = DependencyProperty.RegisterAttached("Target", typeof(DependencyObject), typeof(Storyboard), targetPropertyMetadata);
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
267DependencyProperty.RegisterAttached("Name", typeof(string), typeof(JournalEntry), new PropertyMetadata(String.Empty)); 273DependencyProperty.RegisterAttached("KeepAlive", typeof(bool), typeof(JournalEntry), new PropertyMetadata(false));
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
84DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1472DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Shell\WindowChrome.cs (3)
54public static readonly DependencyProperty WindowChromeProperty = DependencyProperty.RegisterAttached( 106public static readonly DependencyProperty IsHitTestVisibleInChromeProperty = DependencyProperty.RegisterAttached( 138public static readonly DependencyProperty ResizeGripDirectionProperty = DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
156public static readonly DependencyProperty WindowChromeWorkerProperty = DependencyProperty.RegisterAttached(
src\Framework\System\Windows\VisualStateManager.cs (1)
116DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Window.cs (1)
7768= DependencyProperty.RegisterAttached("IWindowService", typeof(IWindowService), typeof(Window),
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (5)
35public static readonly DependencyProperty ConnectionPointsProperty = DependencyProperty.RegisterAttached("ConnectionPoints", typeof(List<ConnectionPoint>), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 36public static readonly DependencyProperty LinkModelItemProperty = DependencyProperty.RegisterAttached("LinkModelItem", typeof(ModelItem), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 37public static readonly DependencyProperty FlowElementModelItemProperty = DependencyProperty.RegisterAttached("FlowElementModelItem", typeof(ModelItem), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 42public static readonly DependencyProperty TrueConnectionPointProperty = DependencyProperty.RegisterAttached("TrueConnectionPoint", typeof(ConnectionPoint), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 43public static readonly DependencyProperty FalseConnectionPointProperty = DependencyProperty.RegisterAttached("FalseConnectionPoint", typeof(ConnectionPoint), typeof(FlowchartDesigner), new FrameworkPropertyMetadata());
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
158public static readonly DependencyProperty ConnectorModelItemProperty = DependencyProperty.RegisterAttached( 164public static readonly DependencyProperty ConnectionPointsProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation (32)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (1)
18public static readonly DependencyProperty AnchorProperty = DependencyProperty.RegisterAttached("Anchor", typeof(AdornerLocation), typeof(AnnotationAdorner), new FrameworkPropertyMetadata(AdornerLocation.None));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (1)
41public static readonly DependencyProperty ApplyFixProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (2)
29public static readonly DependencyProperty PopupHostProperty = DependencyProperty.RegisterAttached( 50public static readonly DependencyProperty OwningCategoryContainerProperty = DependencyProperty.RegisterAttached("OwningCategoryContainer", typeof(CategoryContainer), typeof(CategoryContainer), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\IPropertyInspector.cs (2)
28public static readonly DependencyProperty OwningPropertyInspectorModelProperty = DependencyProperty.RegisterAttached("OwningPropertyInspectorModel", typeof(IPropertyInspector), typeof(PropertyInspectorHelper), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits)); 29public static readonly DependencyProperty OwningPropertyInspectorElementProperty = DependencyProperty.RegisterAttached("OwningPropertyInspectorElement", typeof(UIElement), typeof(PropertyInspectorHelper), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (2)
25public static readonly DependencyProperty AllowedFocusProperty = DependencyProperty.RegisterAttached("AllowedFocus", typeof(bool), typeof(FocusScopeManager), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.Inherits, new PropertyChangedCallback(FocusScopeManager.AllowedFocusChanged))); 47FocusScopeManager.FocusScopePriorityProperty = DependencyProperty.RegisterAttached("FocusScopePriority", typeof(int), typeof(FocusScopeManager), new FrameworkPropertyMetadata(FocusScopeManager.DefaultFocusScopePriority, new PropertyChangedCallback(FocusScopeManager.FocusScopePriorityChanged)));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ValueEditorUtils.cs (1)
30public static readonly DependencyProperty HandlesCommitKeysProperty = DependencyProperty.RegisterAttached("HandlesCommitKeys", typeof(bool), typeof(ValueEditorUtils), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.Inherits));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (4)
42internal static readonly DependencyProperty SelectionStopProperty = DependencyProperty.RegisterAttached( 52internal static readonly DependencyProperty IsSelectionStopDoubleClickTargetProperty = DependencyProperty.RegisterAttached( 62internal static readonly DependencyProperty IsSelectionScopeProperty = DependencyProperty.RegisterAttached( 76internal static readonly DependencyProperty KeyDownTargetProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (1)
26public static readonly DependencyProperty OwningSharedPropertyValueColumnWidthContainerProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
231DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
35DependencyProperty.RegisterAttached("ChildContainers", typeof(HashSet<ICompositeView>), typeof(CutCopyPasteHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
34DependencyProperty.RegisterAttached("DragSource", typeof(UIElement), typeof(DragDropHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (4)
24public static readonly DependencyProperty ChildSizeProperty = DependencyProperty.RegisterAttached("ChildSize", typeof(Size), typeof(FreeFormPanel), new FrameworkPropertyMetadata()); 25public static readonly DependencyProperty LocationProperty = DependencyProperty.RegisterAttached("Location", typeof(Point), typeof(FreeFormPanel), new FrameworkPropertyMetadata(new Point(-1, -1))); 28public static readonly DependencyProperty DestinationConnectionPointProperty = DependencyProperty.RegisterAttached("DestinationConnectionPoint", typeof(ConnectionPoint), typeof(FreeFormPanel), new FrameworkPropertyMetadata()); 29public static readonly DependencyProperty SourceConnectionPointProperty = DependencyProperty.RegisterAttached("SourceConnectionPoint", typeof(ConnectionPoint), typeof(FreeFormPanel), new FrameworkPropertyMetadata());
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
47DependencyProperty.RegisterAttached("DGHelper", typeof(DataGridHelper), typeof(DataGrid), new UIPropertyMetadata(null)); 50DependencyProperty.RegisterAttached("ControlBehavior", typeof(EditingControlBehavior), typeof(DataGridHelper), new UIPropertyMetadata(null)); 53DependencyProperty.RegisterAttached("NewRowLoaded", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 56DependencyProperty.RegisterAttached("IsCommitInProgress", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 62DependencyProperty.RegisterAttached("IsCustomEditor", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
39DependencyProperty.RegisterAttached("CommandMenuMode", typeof(CommandMenuMode), typeof(DesignerView), new UIPropertyMetadata(CommandMenuMode.FullCommandMenu));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (4)
35public static readonly DependencyProperty PlacementTargetProperty = DependencyProperty.RegisterAttached( 41public static readonly DependencyProperty AlignmentProperty = DependencyProperty.RegisterAttached( 47public static readonly DependencyProperty ModeProperty = DependencyProperty.RegisterAttached( 53public static readonly DependencyProperty PositionProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
53DependencyProperty.RegisterAttached("Index", typeof(int), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(addAtEndMarker));