19 references to RegisterAttached
PresentationCore (3)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
741DependencyProperty.RegisterAttached("AccessKeyElement", typeof(WeakReference), typeof(AccessKeyManager));
Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs (2)
154DependencyProperty.RegisterAttached( 230DependencyProperty.RegisterAttached(
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
213internal static readonly DependencyProperty HiddenParentProperty = DependencyProperty.RegisterAttached("HiddenParent", typeof(DependencyObject), typeof(PathNode));
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
737dp = DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
1788private static readonly DependencyProperty AttachedAnnotationsProperty = DependencyProperty.RegisterAttached("AttachedAnnotations", typeof(IList<IAttachedAnnotation>), typeof(AnnotationService));
src\Framework\System\Windows\Controls\DataGrid.cs (2)
7014private static DependencyProperty CellContentProperty = DependencyProperty.RegisterAttached("CellContent", typeof(string), typeof(CellAutomationValueHolder)); 7015private static DependencyProperty CellClipboardProperty = DependencyProperty.RegisterAttached("CellClipboard", typeof(object), typeof(CellAutomationValueHolder));
src\Framework\System\Windows\Controls\GridView.cs (1)
191= DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
104= DependencyProperty.RegisterAttached("TabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation)); 127= DependencyProperty.RegisterAttached("ControlTabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation));
src\Framework\System\Windows\Localization.cs (2)
36DependencyProperty.RegisterAttached( 46DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
124DependencyProperty.RegisterAttached("TargetName", typeof(string), typeof(Storyboard)); 154DependencyProperty.RegisterAttached("TargetProperty", typeof(PropertyPath), typeof(Storyboard));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Diagnostics\AutomationId.cs (1)
23public static readonly DependencyProperty IdProperty = DependencyProperty.RegisterAttached("Id", typeof(string), typeof(AutomationElement));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
42DependencyProperty.RegisterAttached("MenuItemOrigin", typeof(FrameworkElement), typeof(DesignerView));
WindowsBase (2)
Base\System\Diagnostics\PresentationTraceSources.cs (1)
65DependencyProperty.RegisterAttached(
Base\System\Windows\NameScope.cs (1)
153= DependencyProperty.RegisterAttached(