1 write to _usesPerPixelOpacity
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
2671
_usesPerPixelOpacity
= value;
5 references to _usesPerPixelOpacity
PresentationCore (5)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (5)
1759
if (_userInputResize ||
_usesPerPixelOpacity
||
2370
if (
_usesPerPixelOpacity
)
2436
isLayered ? (
_usesPerPixelOpacity
? MILWindowLayerType.ApplicationManagedLayer : MILWindowLayerType.SystemManagedLayer) : MILWindowLayerType.NotLayered,
2662
return
_usesPerPixelOpacity
;
2669
if(
_usesPerPixelOpacity
!= value)