How to load images xaml in WPF having build action embedded resources without changing build action of this image.
"<BitmapImage UriSource="pack://application:,,,/Assets/Images/clock_6.png" x:Key="clock_6"/>"
I tried above but throwing "cannot locate resource" exception.