1 write to _source
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (1)
300_source = newSource;
9 references to _source
PresentationCore (9)
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (9)
206wicTransformer = _source.WicSourceHandle; 210uint width = Math.Max(1, (uint)(scaleX * _source.PixelWidth + 0.5)); 211uint height = Math.Max(1, (uint)(scaleY * _source.PixelHeight + 0.5)); 221_source.WicSourceHandle, 238_source.Palette); 273_source.WicSourceHandle, 279_isSourceCached = _source.IsSourceCached; 301RegisterDownloadEventSource(_source); 358return bitmap._source;