11 references to SuppressFinalize
System.Private.Windows.Core (3)
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\ObjectScope.cs (1)
35DisposalTracking.SuppressFinalize(this!);
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (1)
43DisposalTracking.SuppressFinalize(this);
System.Private.Windows.GdiPlus (4)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (4)
84DisposalTracking.SuppressFinalize(this!); 169DisposalTracking.SuppressFinalize(this!); 184DisposalTracking.SuppressFinalize(this!); 204DisposalTracking.SuppressFinalize(this!);
System.Windows.Forms (2)
System\Windows\Forms\Rendering\GdiCache.ScreenGraphicsScope.cs (1)
35DisposalTracking.SuppressFinalize(this!);
System\Windows\Forms\Rendering\ScreenDcCache.ScreenDcScope.cs (1)
31DisposalTracking.SuppressFinalize(this!);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\RefCountedCache.Scope.cs (1)
77DisposalTracking.SuppressFinalize(this!);
Windows\Win32\PInvoke.OpenThemeDataScope.cs (1)
44DisposalTracking.SuppressFinalize(this);