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