1 write to _usesPerPixelTransparency
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (1)
257
set {
_usesPerPixelTransparency
= value; }
4 references to _usesPerPixelTransparency
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (4)
256
get { return
_usesPerPixelTransparency
; }
302
if (
_usesPerPixelTransparency
)
382
&& (this.
_usesPerPixelTransparency
== obj.
_usesPerPixelTransparency
)