3 references to EffectivePerPixelOpacity
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
242
if (parameters.
EffectivePerPixelOpacity
)
265
_hwndTarget.UsesPerPixelOpacity = parameters.
EffectivePerPixelOpacity
;
1236
bool usesPerPixelOpacity = _constructionParameters != null ? ((HwndSourceParameters)_constructionParameters).
EffectivePerPixelOpacity
: _hwndTarget.UsesPerPixelOpacity;