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:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user