1 write to _usesPerPixelTransparency
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (1)
257set { _usesPerPixelTransparency = value; }
4 references to _usesPerPixelTransparency
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (4)
256get { return _usesPerPixelTransparency; } 302if (_usesPerPixelTransparency) 382&& (this._usesPerPixelTransparency == obj._usesPerPixelTransparency)