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)
703UIElement.FocusableProperty.AddOwner(
System\Windows\Input\Keyboard.cs (2)
401BaseValueSourceInternal valueSource = element.GetValueSource(UIElement.FocusableProperty, null, out hasModifiers); 402bool focusable = (bool) element.GetValue(UIElement.FocusableProperty);
System\Windows\UIElement.cs (2)
3926get { return (bool) GetValue(FocusableProperty); } 3927set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
System\Windows\UIElement3D.cs (1)
1139UIElement.FocusableProperty.AddOwner(
PresentationFramework (25)
System\Windows\Controls\Control.cs (1)
26FocusableProperty.OverrideMetadata(typeof(Control), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
42style.Setters.Add(new Setter(UIElement.FocusableProperty, false));
System\Windows\Controls\DataGridRow.cs (1)
99FocusableProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(false));
System\Windows\Controls\GridSplitter.cs (1)
90FocusableProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.TrueBox));
System\Windows\Controls\GridViewColumnHeader.cs (1)
62FocusableProperty.OverrideMetadata(typeof(GridViewColumnHeader), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\GroupBox.cs (1)
23FocusableProperty.OverrideMetadata(typeof(GroupBox), new FrameworkPropertyMetadata(false));
System\Windows\Controls\GroupItem.cs (1)
28FocusableProperty.OverrideMetadata(typeof(GroupItem), new FrameworkPropertyMetadata(false));
System\Windows\Controls\InkCanvas.cs (1)
91FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\Label.cs (1)
51FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\Page.cs (1)
44FocusableProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\Primitives\CalendarItem.cs (1)
59FocusableProperty.OverrideMetadata(typeof(CalendarItem), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
34FocusableProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
35FocusableProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
35FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
126FocusableProperty.OverrideMetadata(typeof(DataGridRowHeader), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\ScrollBar.cs (1)
677FocusableProperty.OverrideMetadata(typeof(ScrollBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\Primitives\Thumb.cs (1)
41FocusableProperty.OverrideMetadata(typeof(Thumb), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\ProgressBar.cs (1)
35FocusableProperty.OverrideMetadata(typeof(ProgressBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\ToolBar.cs (1)
65FocusableProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\ToolTip.cs (1)
27FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
System\Windows\Controls\UserControl.cs (1)
22FocusableProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Interop\ActiveXHost.cs (1)
71FocusableProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
System\Windows\Interop\HwndHost.cs (1)
26FocusableProperty.OverrideMetadata(typeof(HwndHost), new FrameworkPropertyMetadata(true));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4135DependencyProperty dp = System.Windows.UIElement.FocusableProperty;
System\Windows\Markup\KnownTypes.cs (1)
1943return System.Windows.UIElement.FocusableProperty;
System.Windows.Controls.Ribbon (23)
Microsoft\Windows\Controls\KeyTipControl.cs (1)
21FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (3)
44FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 418CoerceValue(FocusableProperty); 429CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (3)
44FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 435CoerceValue(FocusableProperty); 446CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
52FocusableProperty.OverrideMetadata(typeof(RibbonContextualTabGroup), new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
35FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
48FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
36FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
53FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
67FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
102FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (3)
44FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 451CoerceValue(FocusableProperty); 462CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
50FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
34FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (3)
45FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 458CoerceValue(FocusableProperty); 469CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
43FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
46FocusableProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true));