12 references to IsTabStopProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\Control.cs (1)
359
= KeyboardNavigation.
IsTabStopProperty
.AddOwner(typeof(Control));
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
38
KeyboardNavigation.
IsTabStopProperty
.OverrideMetadata(typeof(TextBlockComboBox), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\DatePicker.cs (1)
93
KeyboardNavigation.
IsTabStopProperty
.OverrideMetadata(typeof(DatePicker), new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2124
fe.SetValue(KeyboardNavigation.
IsTabStopProperty
, false);
src\Framework\System\Windows\Controls\UserControl.cs (1)
32
KeyboardNavigation.
IsTabStopProperty
.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
src\Framework\System\Windows\Input\KeyboardNavigation.cs (6)
375
/// <seealso cref="KeyboardNavigation.
IsTabStopProperty
" />
382
element.SetValue(
IsTabStopProperty
, BooleanBoxes.Box(isTabStop));
390
/// <seealso cref="KeyboardNavigation.
IsTabStopProperty
" />
398
return (bool)element.GetValue(
IsTabStopProperty
);
2004
&& (bool)fe.GetValue(
IsTabStopProperty
))
2009
return fce != null && fce.Focusable && (bool)fce.GetValue(
IsTabStopProperty
) && fce.IsEnabled;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (1)
160
SetValue(KeyboardNavigation.
IsTabStopProperty
, false);