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