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