6 references to TabIndexProperty
PresentationFramework (5)
System\Windows\Controls\Control.cs (2)
340get { return (int) GetValue(TabIndexProperty); } 341set { SetValue(TabIndexProperty, value); }
System\Windows\Interop\ActiveXHost.cs (1)
738= Control.TabIndexProperty.AddOwner(typeof(ActiveXHost));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2368DependencyProperty dp = System.Windows.Controls.Control.TabIndexProperty;
System\Windows\Markup\KnownTypes.cs (1)
1746return System.Windows.Controls.Control.TabIndexProperty;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
582SWC.Control.TabIndexProperty.AddOwner(typeof(WindowsFormsHost));