3 references to EffectivePerPixelOpacity
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
298if (parameters.EffectivePerPixelOpacity) 321_hwndTarget.UsesPerPixelOpacity = parameters.EffectivePerPixelOpacity; 1474bool usesPerPixelOpacity = _constructionParameters != null ? ((HwndSourceParameters)_constructionParameters).EffectivePerPixelOpacity : _hwndTarget.UsesPerPixelOpacity;