32 references to FocusableProperty
PresentationCore (6)
Core\CSharp\System\Windows\ContentElement.cs (1)
721UIElement.FocusableProperty.AddOwner(
Core\CSharp\System\Windows\Input\Keyboard.cs (2)
422BaseValueSourceInternal valueSource = element.GetValueSource(UIElement.FocusableProperty, null, out hasModifiers); 423bool focusable = (bool) element.GetValue(UIElement.FocusableProperty);
Core\CSharp\System\Windows\UIElement.cs (2)
3988get { return (bool) GetValue(FocusableProperty); } 3989set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
Core\CSharp\System\Windows\UIElement3D.cs (1)
1170UIElement.FocusableProperty.AddOwner(
PresentationFramework (25)
src\Framework\System\Windows\Controls\Control.cs (1)
37FocusableProperty.OverrideMetadata(typeof(Control), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
42style.Setters.Add(new Setter(UIElement.FocusableProperty, false));
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
105FocusableProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
98FocusableProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
70FocusableProperty.OverrideMetadata(typeof(GridViewColumnHeader), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\GroupBox.cs (1)
26FocusableProperty.OverrideMetadata(typeof(GroupBox), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\GroupItem.cs (1)
39FocusableProperty.OverrideMetadata(typeof(GroupItem), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
115FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\Label.cs (1)
58FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\Page.cs (1)
65FocusableProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
66FocusableProperty.OverrideMetadata(typeof(CalendarItem), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
41FocusableProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
42FocusableProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
41FocusableProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
133FocusableProperty.OverrideMetadata(typeof(DataGridRowHeader), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
697FocusableProperty.OverrideMetadata(typeof(ScrollBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
53FocusableProperty.OverrideMetadata(typeof(Thumb), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\ProgressBar.cs (1)
46FocusableProperty.OverrideMetadata(typeof(ProgressBar), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\ToolBar.cs (1)
76FocusableProperty.OverrideMetadata(typeof(ToolBar), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
src\Framework\System\Windows\Controls\ToolTip.cs (1)
42FocusableProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\UserControl.cs (1)
31FocusableProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
93FocusableProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Interop\HwndHost.cs (1)
39FocusableProperty.OverrideMetadata(typeof(HwndHost), new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3917DependencyProperty dp = System.Windows.UIElement.FocusableProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1947return System.Windows.UIElement.FocusableProperty;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
63UIElement.FocusableProperty.OverrideMetadata(typeof(CategoryList), new FrameworkPropertyMetadata(false));