When using icons in my menus, FB scales them, resulting in horribly jagged icons at medium and high DPI resolutions. I don't see any way to specify a
MultiDPIBitmapSource like for <s:Image>. My applicationDPI="160" and I've tried different sized PNG files for the icon: 24x24, 36x36, and others. All get scaled and look horrible as a result.
What's the best approach for using icons in this case?