5 references to DwmIsCompositionEnabled
PresentationFramework (5)
System\Windows\Shell\WindowChromeWorker.cs (3)
970bool frameState = NativeMethods.DwmIsCompositionEnabled(); 1201if (!NativeMethods.DwmIsCompositionEnabled()) 1410if (NativeMethods.DwmIsCompositionEnabled())
System\Windows\SystemParameters.cs (2)
5518_isGlassEnabled = Standard.NativeMethods.DwmIsCompositionEnabled(); 5631if (Standard.NativeMethods.DwmIsCompositionEnabled())