5 references to TabIndexProperty
PresentationFramework (5)
System\Windows\Controls\Control.cs (1)
331= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(Control));
System\Windows\Input\KeyboardNavigation.cs (4)
322/// <seealso cref="KeyboardNavigation.TabIndexProperty" /> 326element.SetValue(TabIndexProperty, index); 334/// <seealso cref="KeyboardNavigation.TabIndexProperty" /> 1974return (int)d.GetValue(TabIndexProperty);