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