7 references to Close
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (1)
867pIWicConverter?.Close();
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
126wicClipper?.Close();
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
141wicFormatter?.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)
338internal void Abort() => SafeFileHandle.Close();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
91_waitHandle?.Close();