155 references to AddOwner
PresentationCore (31)
Core\CSharp\System\Windows\ContentElement.cs (1)
566UIElement.IsFocusedProperty.AddOwner(
Core\CSharp\System\Windows\Generated\ContentElement.cs (14)
2315public static readonly DependencyProperty IsMouseDirectlyOverProperty = UIElement.IsMouseDirectlyOverProperty.AddOwner(_typeofThis); 2350public static readonly DependencyProperty IsMouseOverProperty = UIElement.IsMouseOverProperty.AddOwner(_typeofThis); 2355public static readonly DependencyProperty IsStylusOverProperty = UIElement.IsStylusOverProperty.AddOwner(_typeofThis); 2360public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis); 2390public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.IsMouseCapturedProperty.AddOwner(_typeofThis); 2425public static readonly DependencyProperty IsMouseCaptureWithinProperty = UIElement.IsMouseCaptureWithinProperty.AddOwner(_typeofThis); 2455public static readonly DependencyProperty IsStylusDirectlyOverProperty = UIElement.IsStylusDirectlyOverProperty.AddOwner(_typeofThis); 2490public static readonly DependencyProperty IsStylusCapturedProperty = UIElement.IsStylusCapturedProperty.AddOwner(_typeofThis); 2525public static readonly DependencyProperty IsStylusCaptureWithinProperty = UIElement.IsStylusCaptureWithinProperty.AddOwner(_typeofThis); 2555public static readonly DependencyProperty IsKeyboardFocusedProperty = UIElement.IsKeyboardFocusedProperty.AddOwner(_typeofThis); 2590public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.AreAnyTouchesDirectlyOverProperty.AddOwner(_typeofThis); 2595public static readonly DependencyProperty AreAnyTouchesOverProperty = UIElement.AreAnyTouchesOverProperty.AddOwner(_typeofThis); 2600public static readonly DependencyProperty AreAnyTouchesCapturedProperty = UIElement.AreAnyTouchesCapturedProperty.AddOwner(_typeofThis); 2605public static readonly DependencyProperty AreAnyTouchesCapturedWithinProperty = UIElement.AreAnyTouchesCapturedWithinProperty.AddOwner(_typeofThis);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (14)
2021public static readonly DependencyProperty IsMouseDirectlyOverProperty = UIElement.IsMouseDirectlyOverProperty.AddOwner(_typeofThis); 2056public static readonly DependencyProperty IsMouseOverProperty = UIElement.IsMouseOverProperty.AddOwner(_typeofThis); 2061public static readonly DependencyProperty IsStylusOverProperty = UIElement.IsStylusOverProperty.AddOwner(_typeofThis); 2066public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis); 2096public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.IsMouseCapturedProperty.AddOwner(_typeofThis); 2131public static readonly DependencyProperty IsMouseCaptureWithinProperty = UIElement.IsMouseCaptureWithinProperty.AddOwner(_typeofThis); 2161public static readonly DependencyProperty IsStylusDirectlyOverProperty = UIElement.IsStylusDirectlyOverProperty.AddOwner(_typeofThis); 2196public static readonly DependencyProperty IsStylusCapturedProperty = UIElement.IsStylusCapturedProperty.AddOwner(_typeofThis); 2231public static readonly DependencyProperty IsStylusCaptureWithinProperty = UIElement.IsStylusCaptureWithinProperty.AddOwner(_typeofThis); 2261public static readonly DependencyProperty IsKeyboardFocusedProperty = UIElement.IsKeyboardFocusedProperty.AddOwner(_typeofThis); 2296public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.AreAnyTouchesDirectlyOverProperty.AddOwner(_typeofThis); 2301public static readonly DependencyProperty AreAnyTouchesOverProperty = UIElement.AreAnyTouchesOverProperty.AddOwner(_typeofThis); 2306public static readonly DependencyProperty AreAnyTouchesCapturedProperty = UIElement.AreAnyTouchesCapturedProperty.AddOwner(_typeofThis); 2311public static readonly DependencyProperty AreAnyTouchesCapturedWithinProperty = UIElement.AreAnyTouchesCapturedWithinProperty.AddOwner(_typeofThis);
Core\CSharp\System\Windows\UIElement3D.cs (2)
55IsVisibleProperty = UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D)); 66IsFocusedProperty = UIElement.IsFocusedProperty.AddOwner(typeof(UIElement3D));
PresentationFramework (120)
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
595internal static readonly DependencyProperty SubTreeProcessorIdProperty = LocatorManager.SubTreeProcessorIdProperty.AddOwner(typeof(AnnotationService)); 638internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService));
src\Framework\System\Windows\Controls\AccessText.cs (9)
155TextElement.FontFamilyProperty.AddOwner(typeof(AccessText)); 174TextElement.FontStyleProperty.AddOwner(typeof(AccessText)); 189TextElement.FontWeightProperty.AddOwner(typeof(AccessText)); 204TextElement.FontStretchProperty.AddOwner(typeof(AccessText)); 219TextElement.FontSizeProperty.AddOwner(typeof(AccessText)); 236TextElement.ForegroundProperty.AddOwner(typeof(AccessText)); 311Block.LineHeightProperty.AddOwner(typeof(AccessText)); 327Block.LineStackingStrategyProperty.AddOwner(typeof(AccessText)); 342Block.TextAlignmentProperty.AddOwner(typeof(AccessText));
src\Framework\System\Windows\Controls\ComboBox.cs (1)
388TextBox.IsReadOnlyProperty.AddOwner(typeof(ComboBox));
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
284Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ContextMenu)); 303Popup.StaysOpenProperty.AddOwner(typeof(ContextMenu));
src\Framework\System\Windows\Controls\Control.cs (2)
341= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(Control)); 359= KeyboardNavigation.IsTabStopProperty.AddOwner(typeof(Control));
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
177public static readonly DependencyProperty ItemsPanelProperty = ItemsControl.ItemsPanelProperty.AddOwner(typeof(DataGridRow)); 1053public static readonly DependencyProperty AlternationIndexProperty = ItemsControl.AlternationIndexProperty.AddOwner(typeof(DataGridRow));
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (5)
584FlowDocumentPageViewer.ZoomIncrementProperty.AddOwner( 621TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentReader)); 627TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentReader)); 633TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader)); 639TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (5)
402FlowDocumentPageViewer.ZoomIncrementProperty.AddOwner( 479TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 485TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 491TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer)); 497TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\Frame.cs (4)
335JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 344JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 350JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 356JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame));
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
156GridView.AllowsColumnReorderProperty.AddOwner(
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
109public static readonly DependencyProperty HasHeaderProperty = HeaderedContentControl.HasHeaderProperty.AddOwner(typeof(HeaderedItemsControl));
src\Framework\System\Windows\Controls\Image.cs (2)
142Viewbox.StretchProperty.AddOwner(typeof(Image)); 149Viewbox.StretchDirectionProperty.AddOwner(typeof(Image));
src\Framework\System\Windows\Controls\MediaElement.cs (2)
294Viewbox.StretchProperty.AddOwner(typeof(MediaElement)); 301Viewbox.StretchDirectionProperty.AddOwner(typeof(MediaElement));
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1254MenuBase.UsesItemContainerTemplateProperty.AddOwner(typeof(MenuItem));
src\Framework\System\Windows\Controls\Page.cs (4)
425JournalEntry.KeepAliveProperty.AddOwner(typeof(Page)); 460TextElement.ForegroundProperty.AddOwner(typeof(Page)); 479TextElement.FontFamilyProperty.AddOwner(typeof(Page)); 501TextElement.FontSizeProperty.AddOwner(typeof(Page));
src\Framework\System\Windows\Controls\PasswordBox.cs (7)
279TextBox.MaxLengthProperty.AddOwner(typeof(PasswordBox)); 296TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 311TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox)); 326TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 341TextBoxBase.CaretBrushProperty.AddOwner(typeof(PasswordBox)); 356TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox)); 370TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox));
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
74MenuBase.UsesItemContainerTemplateProperty.AddOwner(typeof(StatusBar));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
500KeyboardNavigation.AcceptsReturnProperty.AddOwner(typeof(TextBoxBase));
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
335TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentPageViewer)); 341TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentPageViewer)); 348TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentPageViewer)); 354TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\Windows\Controls\TextBlock.cs (10)
657TextElement.FontFamilyProperty.AddOwner(typeof(TextBlock)); 703TextElement.FontStyleProperty.AddOwner(typeof(TextBlock)); 748TextElement.FontWeightProperty.AddOwner(typeof(TextBlock)); 793TextElement.FontStretchProperty.AddOwner(typeof(TextBlock)); 838TextElement.FontSizeProperty.AddOwner( 887TextElement.ForegroundProperty.AddOwner( 992Block.LineHeightProperty.AddOwner(typeof(TextBlock)); 1038Block.LineStackingStrategyProperty.AddOwner(typeof(TextBlock)); 1101Block.TextAlignmentProperty.AddOwner(typeof(TextBlock)); 1193Block.IsHyphenationEnabledProperty.AddOwner(typeof(TextBlock));
src\Framework\System\Windows\Controls\TextBox.cs (1)
778public static readonly DependencyProperty TextAlignmentProperty = Block.TextAlignmentProperty.AddOwner(typeof(TextBox));
src\Framework\System\Windows\Controls\ToolTip.cs (2)
321Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ToolTip)); 340Popup.StaysOpenProperty.AddOwner(typeof(ToolTip));
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
186public static readonly DependencyProperty IsSelectionActiveProperty = Selector.IsSelectionActiveProperty.AddOwner(typeof(TreeViewItem));
src\Framework\System\Windows\Documents\AnchoredBlock.cs (3)
177Block.TextAlignmentProperty.AddOwner(typeof(AnchoredBlock)); 192Block.LineHeightProperty.AddOwner(typeof(AnchoredBlock)); 208Block.LineStackingStrategyProperty.AddOwner(typeof(AnchoredBlock));
src\Framework\System\Windows\Documents\Block.cs (1)
269FrameworkElement.FlowDirectionProperty.AddOwner(typeof(Block));
src\Framework\System\Windows\Documents\FixedElement.cs (15)
68FrameworkElement.LanguageProperty.AddOwner( 73TextElement.FontFamilyProperty.AddOwner( 77TextElement.FontStyleProperty.AddOwner( 81TextElement.FontWeightProperty.AddOwner( 85TextElement.FontStretchProperty.AddOwner( 89TextElement.FontSizeProperty.AddOwner( 93TextElement.ForegroundProperty.AddOwner( 97FrameworkElement.FlowDirectionProperty.AddOwner( 104Table.CellSpacingProperty.AddOwner( 110Block.BorderThicknessProperty.AddOwner(typeof(FixedElement)); 113Block.BorderBrushProperty.AddOwner(typeof(FixedElement)); 116TableCell.ColumnSpanProperty.AddOwner(typeof(FixedElement)); 120Hyperlink.NavigateUriProperty.AddOwner( 125AutomationProperties.NameProperty.AddOwner( 129AutomationProperties.HelpTextProperty.AddOwner(
src\Framework\System\Windows\Documents\FlowDocument.cs (11)
208TextElement.FontFamilyProperty.AddOwner(_typeofThis); 227TextElement.FontStyleProperty.AddOwner(_typeofThis); 242TextElement.FontWeightProperty.AddOwner(_typeofThis); 257TextElement.FontStretchProperty.AddOwner(_typeofThis); 272TextElement.FontSizeProperty.AddOwner( 290TextElement.ForegroundProperty.AddOwner( 344Block.TextAlignmentProperty.AddOwner(_typeofThis); 359Block.FlowDirectionProperty.AddOwner(_typeofThis); 374Block.LineHeightProperty.AddOwner(_typeofThis); 390Block.LineStackingStrategyProperty.AddOwner(_typeofThis); 739Block.IsHyphenationEnabledProperty.AddOwner(_typeofThis);
src\Framework\System\Windows\Documents\Inline.cs (1)
139FrameworkElement.FlowDirectionProperty.AddOwner(typeof(Inline));
src\Framework\System\Windows\Documents\ListItem.cs (4)
221Block.TextAlignmentProperty.AddOwner(typeof(ListItem)); 236Block.FlowDirectionProperty.AddOwner(typeof(ListItem)); 251Block.LineHeightProperty.AddOwner(typeof(ListItem)); 267Block.LineStackingStrategyProperty.AddOwner(typeof(ListItem));
src\Framework\System\Windows\Documents\TableCell.cs (4)
252Block.TextAlignmentProperty.AddOwner(typeof(TableCell)); 267Block.FlowDirectionProperty.AddOwner(typeof(TableCell)); 282Block.LineHeightProperty.AddOwner(typeof(TableCell)); 298Block.LineStackingStrategyProperty.AddOwner(typeof(TableCell));
src\Framework\System\Windows\FrameworkContentElement.cs (3)
1672= FrameworkElement.LoadedPendingProperty.AddOwner(typeof(FrameworkContentElement)); 1679= FrameworkElement.UnloadedPendingProperty.AddOwner(typeof(FrameworkContentElement)); 1840ToolTipService.ToolTipProperty.AddOwner(typeof(FrameworkContentElement));
src\Framework\System\Windows\FrameworkElement.cs (1)
5890ToolTipService.ToolTipProperty.AddOwner(_typeofThis);
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
867= Control.TabIndexProperty.AddOwner(typeof(ActiveXHost));
src\Framework\System\Windows\Media\TextOptions.cs (1)
60TextOptionsInternal.TextHintingModeProperty.AddOwner(
src\Framework\System\Windows\Navigation\NavigationWindow.cs (5)
70Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 130JournalNavigationScope.BackStackProperty.AddOwner(typeof(NavigationWindow)); 136JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(NavigationWindow)); 145JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(NavigationWindow)); 154JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(NavigationWindow));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
145public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome));
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
88System.Windows.Controls.Border.BorderThicknessProperty.AddOwner(typeof(BulletChrome));
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
127public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome));
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
88System.Windows.Controls.Border.BorderThicknessProperty.AddOwner(typeof(BulletChrome));