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)
1759if (_userInputResize || _usesPerPixelOpacity || 2370if (_usesPerPixelOpacity) 2436isLayered ? (_usesPerPixelOpacity ? MILWindowLayerType.ApplicationManagedLayer : MILWindowLayerType.SystemManagedLayer) : MILWindowLayerType.NotLayered, 2662return _usesPerPixelOpacity; 2669if(_usesPerPixelOpacity != value)