5 references to TabIndexProperty
PresentationFramework (5)
System\Windows\Controls\Control.cs (1)
340= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(Control));
System\Windows\Input\KeyboardNavigation.cs (4)
332/// <seealso cref="KeyboardNavigation.TabIndexProperty" /> 336element.SetValue(TabIndexProperty, index); 344/// <seealso cref="KeyboardNavigation.TabIndexProperty" /> 1984return (int)d.GetValue(TabIndexProperty);