180 references to AddOwner
PresentationCore (12)
Core\CSharp\System\Windows\ContentElement.cs (3)
613UIElement.IsEnabledProperty.AddOwner( 721UIElement.FocusableProperty.AddOwner( 805UIElement.AllowDropProperty.AddOwner(
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (4)
296VisualBrush.VisualProperty.AddOwner( 900RenderOptions.CachingHintProperty.AddOwner( 916RenderOptions.CacheInvalidationThresholdMinimumProperty.AddOwner( 933RenderOptions.CacheInvalidationThresholdMaximumProperty.AddOwner(
Core\CSharp\System\Windows\UIElement3D.cs (5)
102UIElement.AllowDropProperty.AddOwner( 664UIElement.VisibilityProperty.AddOwner( 825UIElement.IsEnabledProperty.AddOwner( 946UIElement.IsHitTestVisibleProperty.AddOwner( 1170UIElement.FocusableProperty.AddOwner(
PresentationFramework (145)
src\Framework\System\Windows\Controls\AccessText.cs (6)
251TextElement.BackgroundProperty.AddOwner( 271Inline.TextDecorationsProperty.AddOwner( 291TextElement.TextEffectsProperty.AddOwner( 357TextBlock.TextTrimmingProperty.AddOwner( 378TextBlock.TextWrappingProperty.AddOwner( 399TextBlock.BaselineOffsetProperty.AddOwner(typeof(AccessText), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnPropertyChanged)));
src\Framework\System\Windows\Controls\Border.cs (1)
194Panel.BackgroundProperty.AddOwner(typeof(Border),
src\Framework\System\Windows\Controls\ContentPresenter.cs (3)
162ContentControl.ContentProperty.AddOwner( 260ContentControl.ContentTemplateProperty.AddOwner( 307ContentControl.ContentTemplateSelectorProperty.AddOwner(
src\Framework\System\Windows\Controls\ContextMenu.cs (8)
89ContextMenuService.HorizontalOffsetProperty.AddOwner(typeof(ContextMenu), 113ContextMenuService.VerticalOffsetProperty.AddOwner(typeof(ContextMenu), 137Popup.IsOpenProperty.AddOwner( 181ContextMenuService.PlacementTargetProperty.AddOwner( 206ContextMenuService.PlacementRectangleProperty.AddOwner(typeof(ContextMenu), 229ContextMenuService.PlacementProperty.AddOwner(typeof(ContextMenu), 252ContextMenuService.HasDropShadowProperty.AddOwner( 473MenuItem.InsideContextMenuProperty.AddOwner(typeof(ContextMenu),
src\Framework\System\Windows\Controls\Control.cs (9)
76= Border.BorderBrushProperty.AddOwner(typeof(Control), 98= Border.BorderThicknessProperty.AddOwner(typeof(Control), 120Panel.BackgroundProperty.AddOwner(typeof(Control), 145TextElement.ForegroundProperty.AddOwner( 169TextElement.FontFamilyProperty.AddOwner( 194TextElement.FontSizeProperty.AddOwner( 220= TextElement.FontStretchProperty.AddOwner(typeof(Control), 243TextElement.FontStyleProperty.AddOwner( 267TextElement.FontWeightProperty.AddOwner(
src\Framework\System\Windows\Controls\DataGrid.cs (2)
1522public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = ScrollViewer.HorizontalScrollBarVisibilityProperty.AddOwner(typeof(DataGrid), new FrameworkPropertyMetadata(ScrollBarVisibility.Auto)); 1536public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = ScrollViewer.VerticalScrollBarVisibilityProperty.AddOwner(typeof(DataGrid), new FrameworkPropertyMetadata(ScrollBarVisibility.Auto));
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
141CheckBox.IsThreeStateProperty.AddOwner(
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (5)
269DataGridBoundColumn.ElementStyleProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(DefaultElementStyle)); 285DataGridBoundColumn.EditingElementStyleProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(DefaultEditingElementStyle)); 374ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 391ComboBox.DisplayMemberPathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 406ComboBox.SelectedValuePathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.NotifyPropertyChangeForRefreshContent));
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
36Hyperlink.TargetNameProperty.AddOwner(
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
1077public static readonly DependencyProperty IsSelectedProperty = Selector.IsSelectedProperty.AddOwner(
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (5)
301TextElement.FontFamilyProperty.AddOwner( 322TextElement.FontSizeProperty.AddOwner( 345TextElement.FontStyleProperty.AddOwner( 366TextElement.FontWeightProperty.AddOwner( 387TextElement.ForegroundProperty.AddOwner(
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (3)
552FlowDocumentPageViewer.ZoomProperty.AddOwner( 563FlowDocumentPageViewer.MaxZoomProperty.AddOwner( 574FlowDocumentPageViewer.MinZoomProperty.AddOwner(
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (5)
370FlowDocumentPageViewer.ZoomProperty.AddOwner( 381FlowDocumentPageViewer.MaxZoomProperty.AddOwner( 392FlowDocumentPageViewer.MinZoomProperty.AddOwner( 463ScrollViewer.HorizontalScrollBarVisibilityProperty.AddOwner( 471ScrollViewer.VerticalScrollBarVisibilityProperty.AddOwner(
src\Framework\System\Windows\Controls\GridViewColumn.cs (1)
381FrameworkElement.WidthProperty.AddOwner(
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (6)
56GridView.ColumnHeaderContainerStyleProperty.AddOwner( 79GridView.ColumnHeaderTemplateProperty.AddOwner( 102GridView.ColumnHeaderTemplateSelectorProperty.AddOwner( 129GridView.ColumnHeaderStringFormatProperty.AddOwner( 177GridView.ColumnHeaderContextMenuProperty.AddOwner( 200GridView.ColumnHeaderToolTipProperty.AddOwner(
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
67ContentControl.ContentProperty.AddOwner(
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (3)
52HeaderedContentControl.HeaderProperty.AddOwner( 127HeaderedContentControl.HeaderTemplateProperty.AddOwner( 170HeaderedContentControl.HeaderTemplateSelectorProperty.AddOwner(
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
416Panel.BackgroundProperty.AddOwner( 604InkPresenter.StrokesProperty.AddOwner(
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
76Selector.IsSelectedProperty.AddOwner(typeof(ListBoxItem),
src\Framework\System\Windows\Controls\MenuItem.cs (5)
390ButtonBase.CommandProperty.AddOwner( 490ButtonBase.CommandParameterProperty.AddOwner( 511ButtonBase.CommandTargetProperty.AddOwner( 999Selector.IsSelectedProperty.AddOwner( 1237MenuBase.ItemContainerTemplateSelectorProperty.AddOwner(
src\Framework\System\Windows\Controls\Page.cs (3)
142ContentControl.ContentProperty.AddOwner( 338Panel.BackgroundProperty.AddOwner( 519Control.TemplateProperty.AddOwner(
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
63Panel.BackgroundProperty.AddOwner(typeof(BulletDecorator),
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
162Viewbox.StretchProperty.AddOwner( 172Viewbox.StretchDirectionProperty.AddOwner(
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
805Window.AllowsTransparencyProperty.AddOwner(typeof(Popup),
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
321ScrollViewer.CanContentScrollProperty.AddOwner(
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
57MenuBase.ItemContainerTemplateSelectorProperty.AddOwner(
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
457TextEditor.IsReadOnlyProperty.AddOwner( 551ScrollViewer.HorizontalScrollBarVisibilityProperty.AddOwner( 571ScrollViewer.VerticalScrollBarVisibilityProperty.AddOwner(
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (8)
125RangeBase.MinimumProperty.AddOwner( 145RangeBase.MaximumProperty.AddOwner( 165Slider.SelectionStartProperty.AddOwner( 185Slider.SelectionEndProperty.AddOwner( 205Slider.IsSelectionRangeEnabledProperty.AddOwner( 225Slider.TickFrequencyProperty.AddOwner( 245Slider.TicksProperty.AddOwner( 267Slider.IsDirectionReversedProperty.AddOwner(
src\Framework\System\Windows\Controls\Primitives\Track.cs (3)
260RangeBase.MinimumProperty.AddOwner(typeof(Track), 278RangeBase.MaximumProperty.AddOwner(typeof(Track), 296RangeBase.ValueProperty.AddOwner(typeof(Track),
src\Framework\System\Windows\Controls\Slider.cs (2)
327public static readonly DependencyProperty DelayProperty = RepeatButton.DelayProperty.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardDelay())); 352public static readonly DependencyProperty IntervalProperty = RepeatButton.IntervalProperty.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardSpeed()));
src\Framework\System\Windows\Controls\TabItem.cs (1)
80Selector.IsSelectedProperty.AddOwner(typeof(TabItem),
src\Framework\System\Windows\Controls\TextBlock.cs (4)
933TextElement.BackgroundProperty.AddOwner( 953Inline.TextDecorationsProperty.AddOwner( 973TextElement.TextEffectsProperty.AddOwner( 1082Block.PaddingProperty.AddOwner(
src\Framework\System\Windows\Controls\TextBox.cs (2)
611TextBlock.TextWrappingProperty.AddOwner( 961Inline.TextDecorationsProperty.AddOwner(
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
81Panel.BackgroundProperty.AddOwner(typeof(ToolBarTray),
src\Framework\System\Windows\Controls\ToolTip.cs (6)
105ToolTipService.HorizontalOffsetProperty.AddOwner(typeof(ToolTip), 136ToolTipService.VerticalOffsetProperty.AddOwner(typeof(ToolTip), 216ToolTipService.HasDropShadowProperty.AddOwner( 247ToolTipService.PlacementTargetProperty.AddOwner(typeof(ToolTip), 272ToolTipService.PlacementRectangleProperty.AddOwner(typeof(ToolTip), 296ToolTipService.PlacementProperty.AddOwner(typeof(ToolTip),
src\Framework\System\Windows\Controls\ViewPort3D.cs (1)
102Viewport3DVisual.CameraProperty.AddOwner(
src\Framework\System\Windows\Controls\WrapPanel.cs (1)
146StackPanel.OrientationProperty.AddOwner(
src\Framework\System\Windows\Documents\AnchoredBlock.cs (4)
101Block.MarginProperty.AddOwner( 120Block.PaddingProperty.AddOwner( 139Block.BorderThicknessProperty.AddOwner( 158Block.BorderBrushProperty.AddOwner(
src\Framework\System\Windows\Documents\FixedPage.cs (1)
445Panel.BackgroundProperty.AddOwner(
src\Framework\System\Windows\Documents\Floater.cs (1)
82FrameworkElement.HorizontalAlignmentProperty.AddOwner(
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
306TextElement.BackgroundProperty.AddOwner( 325TextElement.TextEffectsProperty.AddOwner(
src\Framework\System\Windows\Documents\ListItem.cs (4)
145Block.MarginProperty.AddOwner( 164Block.PaddingProperty.AddOwner( 183Block.BorderThicknessProperty.AddOwner( 202Block.BorderBrushProperty.AddOwner(
src\Framework\System\Windows\Documents\Paragraph.cs (1)
90Inline.TextDecorationsProperty.AddOwner(
src\Framework\System\Windows\Documents\TableCell.cs (3)
195Block.PaddingProperty.AddOwner( 214Block.BorderThicknessProperty.AddOwner( 233Block.BorderBrushProperty.AddOwner(
src\Framework\System\Windows\Documents\TableColumn.cs (1)
256Panel.BackgroundProperty.AddOwner(
src\Framework\System\Windows\FrameworkContentElement.cs (13)
129FrameworkElement.StyleProperty.AddOwner( 175= FrameworkElement.OverridesDefaultStyleProperty.AddOwner(typeof(FrameworkContentElement), 194FrameworkElement.DefaultStyleKeyProperty.AddOwner( 841FrameworkElement.NameProperty.AddOwner( 860FrameworkElement.TagProperty.AddOwner( 881FrameworkElement.LanguageProperty.AddOwner( 905FrameworkElement.FocusVisualStyleProperty.AddOwner(typeof(FrameworkContentElement), 921FrameworkElement.CursorProperty.AddOwner( 953FrameworkElement.ForceCursorProperty.AddOwner( 1097InputMethod.InputScopeProperty.AddOwner(typeof(FrameworkContentElement), 1138FrameworkElement.DataContextProperty.AddOwner( 1215FrameworkElement.BindingGroupProperty.AddOwner( 1868ContextMenuService.ContextMenuProperty.AddOwner(typeof(FrameworkContentElement),
src\Framework\System\Windows\FrameworkElement.cs (2)
3264InputMethod.InputScopeProperty.AddOwner(_typeofThis, 5919ContextMenuService.ContextMenuProperty.AddOwner(
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
593Frame.SourceProperty.AddOwner(
src\Framework\System\Windows\Window.cs (2)
991Canvas.TopProperty.AddOwner(typeof(Window), 1042Canvas.LeftProperty.AddOwner(typeof(Window),
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\BulletChrome.cs (2)
62Control.BackgroundProperty.AddOwner( 82Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (2)
60Control.BackgroundProperty.AddOwner( 80Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
57Control.BackgroundProperty.AddOwner( 77Border.BorderBrushProperty.AddOwner( 96Border.BorderThicknessProperty.AddOwner(
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
152Panel.BackgroundProperty.AddOwner(typeof(ClassicBorderDecorator),
PresentationFramework.Luna (7)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
212Shape.FillProperty.AddOwner( 231Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ScrollChrome.cs (3)
53= ButtonChrome.ThemeColorProperty.AddOwner(typeof(ScrollChrome), 160= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome), 179= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
48Control.BackgroundProperty.AddOwner( 68System.Windows.Controls.Border.BorderBrushProperty.AddOwner(
PresentationFramework.Royale (6)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
170Shape.FillProperty.AddOwner( 189Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ScrollChrome.cs (2)
142= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome), 161= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
48Control.BackgroundProperty.AddOwner( 68System.Windows.Controls.Border.BorderBrushProperty.AddOwner(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
98VisibilityProperty.AddOwner(typeof(ExtensionWindow), new PropertyMetadata(OnVisibilityChanged));
WindowsBase (1)
Base\System\Windows\DependencyProperty.cs (1)
770return AddOwner(ownerType, null);