riverar / sample-win10-aeroglass

Sample WPF Aero Glass-like blur app (deprecated)
https://withinrafael.com/2015/07/08/adding-the-aero-glass-blur-to-your-windows-10-apps/
MIT License
89 stars 16 forks source link

WindowInteropHelper not visible #2

Closed Xopoko closed 2 years ago

Xopoko commented 8 years ago

Where i can find this class? In windows 10 UWP i adding WindowsBase.dll and import System.Windows.Interop, but this class is still not visible.

riverar commented 8 years ago

This hasn't been tested in UWP apps and likely doesn't work.

ConfusedHorse commented 6 years ago

Have a look at this example of the acrylic look in an UWP application: AcrylicControls.Example