The following tables list the members exposed by SilverlightFixes.
Name | Description | |
---|---|---|
ColorEmpty | Replace Color.Empty |
Name | Description | |
---|---|---|
EncodingDefault | Gets default encoding. Replace of the Encoding.Default. |
Name | Description | |
---|---|---|
ColorFromArgb | Generate color from RGB value. Replace Color.FromArgb | |
ColorIsEmpty | Replace Color.IsEmpty | |
GetCodePage | Gets the code page. Replaces Encoding.CodePage; | |
GetCultureInfo | Gets culture info by code page. Replace CultureInfo.GetCultureInfo( (int)(uint)value ) | |
GetCultureInfoLCID | Replace CultureInfo.CurrentCulture.LCID | |
GetEncoding | Gets the encoding. | |
IsSynchronized | Overloaded. Determines whether the specified collection is synchronized. | |
MathTruncate | Replace Math.Truncate(x) | |
MidpointRoundingAwayFromZero | Overloaded. Replace Math.Round( x, MidpointRounding.AwayFromZero ) | |
StringToUpperInvariant | Replace String.ToUpperInvariant(). | |
SyncRoot<T> | Return an object for sync |