I downloaded a project that has a reference to Microsoft.Windows.Design.dll, but it’s not on my system. Where can I get this package?
using Microsoft.Windows.Design.PropertyEditing;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That namespace is typically found in the
Microsoft.Windows.Design.Interaction.dllassembly, notMicrosoft.Windows.Design.dll.For example, the
NewItemFactoryclass: