1 write to _usesPerPixelOpacity
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
2490
_usesPerPixelOpacity
= value;
5 references to _usesPerPixelOpacity
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (5)
1612
if (_userInputResize ||
_usesPerPixelOpacity
||
2193
if (
_usesPerPixelOpacity
)
2262
isLayered ? (
_usesPerPixelOpacity
? MILWindowLayerType.ApplicationManagedLayer : MILWindowLayerType.SystemManagedLayer) : MILWindowLayerType.NotLayered,
2481
return
_usesPerPixelOpacity
;
2488
if(
_usesPerPixelOpacity
!= value)