5 references to DwmIsCompositionEnabled
PresentationFramework (5)
System\Windows\Shell\WindowChromeWorker.cs (3)
720bool frameState = NativeMethods.DwmIsCompositionEnabled(); 951if (!NativeMethods.DwmIsCompositionEnabled()) 1151if (NativeMethods.DwmIsCompositionEnabled())
System\Windows\SystemParameters.cs (2)
5500_isGlassEnabled = Standard.NativeMethods.DwmIsCompositionEnabled(); 5613if (Standard.NativeMethods.DwmIsCompositionEnabled())