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