3 writes to _wicSource
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (3)
586
_wicSource
= new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject(
604
_wicSource
= new BitmapSourceSafeMILHandle(wicSource, value);
609
_wicSource
= null;
6 references to _wicSource
PresentationCore (6)
System\Windows\Media\Imaging\BitmapSource.cs (6)
583
if (
_wicSource
== null ||
_wicSource
.IsInvalid)
591
return
_wicSource
;
625
_format = PixelFormat.GetPixelFormat(
_wicSource
);
628
_wicSource
,
633
_wicSource
,