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