1 write to _usesPerPixelOpacity
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
2472_usesPerPixelOpacity = value;
5 references to _usesPerPixelOpacity
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (5)
1592if (_userInputResize || _usesPerPixelOpacity || 2173if (_usesPerPixelOpacity) 2244isLayered ? (_usesPerPixelOpacity ? MILWindowLayerType.ApplicationManagedLayer : MILWindowLayerType.SystemManagedLayer) : MILWindowLayerType.NotLayered, 2463return _usesPerPixelOpacity; 2470if(_usesPerPixelOpacity != value)