1 write to _usesPerPixelTransparency
PresentationCore (1)
System\Windows\InterOp\HwndSourceParameters.cs (1)
250
set {
_usesPerPixelTransparency
= value; }
4 references to _usesPerPixelTransparency
PresentationCore (4)
System\Windows\InterOp\HwndSourceParameters.cs (4)
249
get { return
_usesPerPixelTransparency
; }
295
if (
_usesPerPixelTransparency
)
375
&& (this.
_usesPerPixelTransparency
== obj.
_usesPerPixelTransparency
)