Hi,
How do I set color of AssetResourceKeys from code behind.
I can set it in xaml like this <SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.DockingWindowContainerBackgroundNormalBrushKey}" Color="#E4F2FF" /> but need to set the same from code behind .