2 references to TabIndexProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
589
get { return (int)GetValue(
TabIndexProperty
); }
590
set { SetValue(
TabIndexProperty
, value); }