Can't find System.Windows.Media namespace?

后端 未结 4 1942
有刺的猬
有刺的猬 2020-11-28 09:20

I\'m using an object from a 3rd party API that has a property of type System.Windows.Media.ImageSource, yet I can\'t seem to find the System.Windows.Media names

4条回答
  •  孤独总比滥情好
    2020-11-28 10:25

    For Visual Studio 2017

    Find "References" in Solution explorer

    Right click "References"

    Choose "Add Reference..."

    Find "Presentation.Core" list and check checkbox

    Click OK

提交回复
热议问题