56 references to FocusableProperty
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
99 FocusableProperty.OverrideMetadata(typeof(BlazorWebView), new FrameworkPropertyMetadata(false));
PresentationCore (6)
System\Windows\ContentElement.cs (1)
704UIElement.FocusableProperty.AddOwner(
System\Windows\Input\Keyboard.cs (2)
402BaseValueSourceInternal valueSource = element.GetValueSource(UIElement.FocusableProperty, null, out hasModifiers); 403bool focusable = (bool) element.GetValue(UIElement.FocusableProperty);
System\Windows\UIElement.cs (2)
3942get { return (bool) GetValue(FocusableProperty); } 3943set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
System\Windows\UIElement3D.cs (1)
1141UIElement.FocusableProperty.AddOwner(
PresentationFramework (25)
System\Windows\Controls\Control.cs (1)
27FocusableProperty.OverrideMetadata(typeof(Control), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
43style.Setters.Add(new Setter(UIElement.FocusableProperty, false));
System\Windows\Controls\DataGridRow.cs (1)
100FocusableProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(false));
System\Windows\Controls\GridSplitter.cs (1)
91FocusableProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.TrueBox));
System\Windows\Controls\GridViewColumnHeader.cs (1)
63FocusableProperty.OverrideMetadata(typeof(GridViewColumnHeader), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\GroupBox.cs (1)
24FocusableProperty.OverrideMetadata(typeof(GroupBox), new FrameworkPropertyMetadata(false));
System\Windows\Controls\GroupItem.cs (1)
29FocusableProperty.OverrideMetadata(typeof(GroupItem), new FrameworkPropertyMetadata(false));
System\Windows\Controls\InkCanvas.cs (1)
92FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\Label.cs (1)
52FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\Page.cs (1)
50FocusableProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\Primitives\CalendarItem.cs (1)
60FocusableProperty.OverrideMetadata(typeof(CalendarItem), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
35FocusableProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
36FocusableProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
36FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
127FocusableProperty.OverrideMetadata(typeof(DataGridRowHeader), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\ScrollBar.cs (1)
676FocusableProperty.OverrideMetadata(typeof(ScrollBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\Primitives\Thumb.cs (1)
42FocusableProperty.OverrideMetadata(typeof(Thumb), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\ProgressBar.cs (1)
36FocusableProperty.OverrideMetadata(typeof(ProgressBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\ToolBar.cs (1)
66FocusableProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\ToolTip.cs (1)
28FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
System\Windows\Controls\UserControl.cs (1)
23FocusableProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Interop\ActiveXHost.cs (1)
76FocusableProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
System\Windows\Interop\HwndHost.cs (1)
30FocusableProperty.OverrideMetadata(typeof(HwndHost), new FrameworkPropertyMetadata(true));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3940DependencyProperty dp = System.Windows.UIElement.FocusableProperty;
System\Windows\Markup\KnownTypes.cs (1)
1950return System.Windows.UIElement.FocusableProperty;
System.Windows.Controls.Ribbon (23)
Microsoft\Windows\Controls\KeyTipControl.cs (1)
22FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (3)
45FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 419CoerceValue(FocusableProperty); 430CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (3)
45FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 436CoerceValue(FocusableProperty); 447CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
53FocusableProperty.OverrideMetadata(typeof(RibbonContextualTabGroup), new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
36FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
49FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
37FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
54FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
68FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
103FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (3)
45FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 452CoerceValue(FocusableProperty); 463CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
51FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
35FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (3)
46FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 459CoerceValue(FocusableProperty); 470CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
44FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
47FocusableProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true));