fixing a bunch of warnings from Window Walker (#2014)

* first set of warning fixes

* Since this is a Interop item, it should have a _

* Update Window.cs

* Update InteropAndHelpers.cs

looks like there was a space a the top

* Update Window.cs
This commit is contained in:
Clint Rutkas
2020-04-10 06:41:19 -07:00
committed by GitHub
parent b92a127200
commit e896e1b3dd
5 changed files with 51 additions and 20 deletions

View File

@@ -117,7 +117,7 @@ namespace WindowWalker
private void Window_GotFocus(object sender, RoutedEventArgs e)
{
this.searchBox.Focus();
searchBox.Focus();
}
}
}