Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/System.Windows.Forms/src/misc/GDI/WindowsGraphics.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Licensed to the .NET Foundation under one or more agreements.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

Expand Down Expand Up @@ -244,7 +244,7 @@ public DeviceContext DeviceContext

/// <include file='doc\WindowsGraphics.uex' path='docs/doc[@for="WindowsGraphics.Dispose"]/*' />
// Okay to suppress.
//"WindowsGraphics object does not own the Graphics object. For instance in a controls Paint event we pass the
//"WindowsGraphics object does not own the Graphics object. For instance in a control's Paint event we pass the
//GraphicsContainer object to TextRenderer, which uses WindowsGraphics;
//if the Graphics object is disposed then further painting will be broken."
[SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed")]
Expand Down