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