I am searching for the reference System.Windows.UIElement but I cannot find it in the .NET environment. I need to use the type or name UIElement. Do you have an idea?
I am searching for the reference System.Windows.UIElement but I cannot find it in the
Share
If you search MSDN for
UIElementyou’ll find the following information on this page:UIElementis in theSystem.Windowsnamespace, so you’ll have to useSystem.Windows.UIElementor add ausing System.WindowsdirectiveUIElementis in thePresentationCoreassembly, so you’ll have to add a reference toPresentationCore.dllUIElementis available in .NET versions 3.0 and newer