55 references to FocusableProperty
PresentationCore (6)
System\Windows\ContentElement.cs (1)
717UIElement.FocusableProperty.AddOwner(
System\Windows\Input\Keyboard.cs (2)
409BaseValueSourceInternal valueSource = element.GetValueSource(UIElement.FocusableProperty, null, out hasModifiers); 410bool focusable = (bool) element.GetValue(UIElement.FocusableProperty);
System\Windows\UIElement.cs (2)
3951get { return (bool) GetValue(FocusableProperty); } 3952set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
System\Windows\UIElement3D.cs (1)
1157UIElement.FocusableProperty.AddOwner(
PresentationFramework (25)
System\Windows\Controls\Control.cs (1)
36FocusableProperty.OverrideMetadata(typeof(Control), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
47style.Setters.Add(new Setter(UIElement.FocusableProperty, false));
System\Windows\Controls\DataGridRow.cs (1)
104FocusableProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(false));
System\Windows\Controls\GridSplitter.cs (1)
97FocusableProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.TrueBox));
System\Windows\Controls\GridViewColumnHeader.cs (1)
67FocusableProperty.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)
37FocusableProperty.OverrideMetadata(typeof(GroupItem), new FrameworkPropertyMetadata(false));
System\Windows\Controls\InkCanvas.cs (1)
104FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
System\Windows\Controls\Label.cs (1)
57FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\Page.cs (1)
57FocusableProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\Primitives\CalendarItem.cs (1)
65FocusableProperty.OverrideMetadata(typeof(CalendarItem), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
40FocusableProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
41FocusableProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
41FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
132FocusableProperty.OverrideMetadata(typeof(DataGridRowHeader), new FrameworkPropertyMetadata(false));
System\Windows\Controls\Primitives\ScrollBar.cs (1)
692FocusableProperty.OverrideMetadata(typeof(ScrollBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\Primitives\Thumb.cs (1)
56FocusableProperty.OverrideMetadata(typeof(Thumb), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\ProgressBar.cs (1)
43FocusableProperty.OverrideMetadata(typeof(ProgressBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\ToolBar.cs (1)
75FocusableProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
System\Windows\Controls\ToolTip.cs (1)
41FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
System\Windows\Controls\UserControl.cs (1)
29FocusableProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Interop\ActiveXHost.cs (1)
86FocusableProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
System\Windows\Interop\HwndHost.cs (1)
36FocusableProperty.OverrideMetadata(typeof(HwndHost), new FrameworkPropertyMetadata(true));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3942DependencyProperty 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)
26FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (3)
48FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 422CoerceValue(FocusableProperty); 433CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (3)
47FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 438CoerceValue(FocusableProperty); 449CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
55FocusableProperty.OverrideMetadata(typeof(RibbonContextualTabGroup), new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
38FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
53FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
40FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
59FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
71FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
108FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (3)
47FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 454CoerceValue(FocusableProperty); 465CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
53FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
37FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (3)
48FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceFocusable))); 461CoerceValue(FocusableProperty); 472CoerceValue(FocusableProperty);
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
47FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
49FocusableProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true));