7 references to Close
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (1)
867
pIWicConverter?.
Close
();
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
126
wicClipper?.
Close
();
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
141
wicFormatter?.
Close
();
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
219
_convertedDUCEPtr.
Close
();
System\Windows\Media\MediaPlayerState.cs (1)
792
_nativeMedia.
Close
();
System.Net.Requests (1)
System\Net\FileWebRequest.cs (1)
338
internal void Abort() => SafeFileHandle.
Close
();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
91
_waitHandle?.
Close
();