19 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)
216_convertedDUCEPtr?.Close();
System\Windows\Media\MediaPlayerState.cs (1)
792_nativeMedia.Close();
System.Diagnostics.EventLog (7)
System\Diagnostics\EventLog.cs (1)
657handle.Close();
System\Diagnostics\EventLogInternal.cs (6)
489readHandle.Close(); 502writeHandle.Close(); 517handle.Close(); 624readHandle.Close(); 630writeHandle.Close(); 695hModule.Close();
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AuthZSet.cs (3)
461_psBuffer.Close(); 462_psUserSid.Close(); 463_psMachineSid.Close();
System.Drawing.Common (1)
System\Drawing\Printing\PrintController.cs (1)
224public virtual void OnEndPrint(PrintDocument document, PrintEventArgs e) => _modeHandle?.Close();
System.Net.Requests (1)
System\Net\FileWebRequest.cs (1)
338internal void Abort() => SafeFileHandle.Close();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
91_waitHandle?.Close();
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
23regHandle?.Close();