1 write to _usesPerPixelTransparency
PresentationCore (1)
System\Windows\InterOp\HwndSourceParameters.cs (1)
255
set {
_usesPerPixelTransparency
= value; }
4 references to _usesPerPixelTransparency
PresentationCore (4)
System\Windows\InterOp\HwndSourceParameters.cs (4)
254
get { return
_usesPerPixelTransparency
; }
300
if (
_usesPerPixelTransparency
)
380
&& (this.
_usesPerPixelTransparency
== obj.
_usesPerPixelTransparency
)