File: winforms\Managed\System\WinForms\DataGridViewCellStyleDifferences.cs
Project: ndp\fx\src\System.Windows.Forms.csproj (System.Windows.Forms)
//------------------------------------------------------------------------------
// <copyright file="DataGridViewCellStyleDifferences.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>                                                                
//------------------------------------------------------------------------------
 
namespace System.Windows.Forms
{
    internal enum DataGridViewCellStyleDifferences
    {
        None = 0,
        AffectPreferredSize,
        DoNotAffectPreferredSize
    }
}