55 references to RegisterAttached
PresentationCore (16)
Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs (1)
34DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (7)
13DependencyProperty.RegisterAttached( 52DependencyProperty.RegisterAttached( 91DependencyProperty.RegisterAttached( 130DependencyProperty.RegisterAttached( 169DependencyProperty.RegisterAttached( 208DependencyProperty.RegisterAttached( 247DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
365DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Media\RenderOptions.cs (6)
37DependencyProperty.RegisterAttached("EdgeMode", 70DependencyProperty.RegisterAttached("BitmapScalingMode", 103DependencyProperty.RegisterAttached("ClearTypeHint", 137DependencyProperty.RegisterAttached("CachingHint", 170DependencyProperty.RegisterAttached("CacheInvalidationThresholdMinimum", 203DependencyProperty.RegisterAttached("CacheInvalidationThresholdMaximum",
Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs (1)
190DependencyProperty.RegisterAttached(
PresentationFramework (34)
src\Framework\System\Windows\Controls\Canvas.cs (4)
219= DependencyProperty.RegisterAttached("Left", typeof(double), typeof(Canvas), 230= DependencyProperty.RegisterAttached("Top", typeof(double), typeof(Canvas), 242= DependencyProperty.RegisterAttached("Right", typeof(double), typeof(Canvas), 253= DependencyProperty.RegisterAttached("Bottom", typeof(double), typeof(Canvas),
src\Framework\System\Windows\Controls\DockPanel.cs (1)
184DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Grid.cs (4)
3464DependencyProperty.RegisterAttached( 3486DependencyProperty.RegisterAttached( 3507DependencyProperty.RegisterAttached( 3528DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\InkCanvas.cs (4)
436DependencyProperty.RegisterAttached("Top", typeof(double), typeof(InkCanvas), 470DependencyProperty.RegisterAttached("Bottom", typeof(double), typeof(InkCanvas), 504DependencyProperty.RegisterAttached("Left", typeof(double), typeof(InkCanvas), 538DependencyProperty.RegisterAttached("Right", typeof(double), typeof(InkCanvas),
src\Framework\System\Windows\Controls\ScrollViewer.cs (4)
490DependencyProperty.RegisterAttached( 530DependencyProperty.RegisterAttached( 1542DependencyProperty.RegisterAttached( 1588DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ToolBar.cs (1)
384DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ToolTipService.cs (3)
428DependencyProperty.RegisterAttached("ShowDuration", // Name 467DependencyProperty.RegisterAttached("InitialShowDelay", // Name 506DependencyProperty.RegisterAttached("BetweenShowDelay", // Name
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
217DependencyProperty.RegisterAttached("CacheLength", typeof(VirtualizationCacheLength), typeof(VirtualizingPanel),
src\Framework\System\Windows\Data\Binding.cs (1)
178DependencyProperty.RegisterAttached("XmlNamespaceManager", typeof(object), typeof(Binding),
src\Framework\System\Windows\Documents\Block.cs (3)
218DependencyProperty.RegisterAttached( 284DependencyProperty.RegisterAttached( 337DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Documents\TextElement.cs (2)
465DependencyProperty.RegisterAttached( 674DependencyProperty.RegisterAttached(
src\Framework\System\Windows\FrameworkElement.cs (1)
3644DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
228DependencyProperty.RegisterAttached( 243DependencyProperty.RegisterAttached( 258DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Media\TextOptions.cs (2)
30DependencyProperty.RegisterAttached( 49DependencyProperty.RegisterAttached(
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
54DependencyProperty.RegisterAttached(
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
92DependencyProperty.RegisterAttached(
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
74DependencyProperty.RegisterAttached(
WindowsBase (2)
Base\System\Windows\DependencyProperty.cs (2)
209return RegisterAttached(name, propertyType, ownerType, null, null ); 223return RegisterAttached(name, propertyType, ownerType, defaultMetadata, null );