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