5 references to TabIndexProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Control.cs (2)
350
get { return (int) GetValue(
TabIndexProperty
); }
351
set { SetValue(
TabIndexProperty
, value); }
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
867
= Control.
TabIndexProperty
.AddOwner(typeof(ActiveXHost));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2306
DependencyProperty dp = System.Windows.Controls.Control.
TabIndexProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1753
return System.Windows.Controls.Control.
TabIndexProperty
;