7 references to SuppressFinalize
System.Private.Windows.Core (7)
System\DisposalTracking.cs (1)
37/// The debug only static <see cref="SuppressFinalize(object)"/> can be called when you only derive from this
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (4)
84DisposalTracking.SuppressFinalize(this!); 169DisposalTracking.SuppressFinalize(this!); 184DisposalTracking.SuppressFinalize(this!); 204DisposalTracking.SuppressFinalize(this!);
Windows\Win32\Graphics\Gdi\ObjectScope.cs (1)
35DisposalTracking.SuppressFinalize(this!);
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (1)
81DisposalTracking.SuppressFinalize(this);