5 references to DwmIsCompositionEnabled
PresentationFramework (5)
System\Windows\Shell\WindowChromeWorker.cs (3)
719bool frameState = NativeMethods.DwmIsCompositionEnabled(); 950if (!NativeMethods.DwmIsCompositionEnabled()) 1150if (NativeMethods.DwmIsCompositionEnabled())
System\Windows\SystemParameters.cs (2)
5499_isGlassEnabled = Standard.NativeMethods.DwmIsCompositionEnabled(); 5612if (Standard.NativeMethods.DwmIsCompositionEnabled())