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