Improve launch performance by delay loading NavigationView (#1213)

* Delay load graph engine

* Remove default behavior

* Delay load nav view

* Add automation properties

* clean up

* handle shortcut keys

* Include only navview changes

* Address PR comments

* manual merge fix

* PR Changes

* Undo other changes

* reset resw file

* fix margin
This commit is contained in:
Pepe Rivera
2020-05-19 09:58:11 -07:00
committed by GitHub
parent c1fefd3a7b
commit f2e423329d
5 changed files with 57 additions and 40 deletions

View File

@@ -249,7 +249,7 @@
<x:Double x:Key="CalcOperatorCaptionSize">14</x:Double>
<x:Double x:Key="CalcOperatorTextIconCaptionSize">16</x:Double>
<!-- White and black color brushes used for the Utils::GetContrastColor-->
<!-- White and black color brushes used for the Utils::GetContrastColor -->
<SolidColorBrush x:Key="WhiteBrush" Color="White"/>
<SolidColorBrush x:Key="BlackBrush" Color="Black"/>