5 references to TabIndexProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Control.cs (2)
350get { return (int) GetValue(TabIndexProperty); } 351set { 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)
2306DependencyProperty dp = System.Windows.Controls.Control.TabIndexProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1753return System.Windows.Controls.Control.TabIndexProperty;