<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.Windows.Extensions</name>
    </assembly>
    <members>
        <member name="P:System.SR.ConvertInvalidPrimitive">
            <summary>{0} is not a valid value for {1}.</summary>
        </member>
        <member name="P:System.SR.Cryptography_InvalidHandle">
            <summary>{0} is an invalid handle.</summary>
        </member>
        <member name="P:System.SR.Enum_InvalidValue">
            <summary>Enumeration value '{0}' specified in condition mapping is not valid.</summary>
        </member>
        <member name="P:System.SR.PlatformNotSupported_System_Windows_Extensions">
            <summary>System.Windows.Extensions types are not supported on this platform.</summary>
        </member>
        <member name="P:System.SR.SoundAPIBadSoundLocation">
            <summary>Could not determine a universal resource identifier for the sound location.</summary>
        </member>
        <member name="P:System.SR.SoundAPIFileDoesNotExist">
            <summary>Please be sure a sound file exists at the specified location.</summary>
        </member>
        <member name="P:System.SR.SoundAPIFormatNotSupported">
            <summary>Sound API only supports playing PCM wave files.</summary>
        </member>
        <member name="P:System.SR.SoundAPIInvalidWaveFile">
            <summary>The file located at {0} is not a valid wave file.</summary>
        </member>
        <member name="P:System.SR.SoundAPIInvalidWaveHeader">
            <summary>The wave header is corrupt.</summary>
        </member>
        <member name="P:System.SR.SoundAPILoadTimedOut">
            <summary>The request to load the wave file in memory timed out.</summary>
        </member>
        <member name="P:System.SR.SoundAPILoadTimeout">
            <summary>The LoadTimeout property of a SoundPlayer cannot be negative.</summary>
        </member>
        <member name="P:System.SR.SoundAPIReadError">
            <summary>=There was an error reading the file located at {0}. Please make sure that a valid wave file exists at the specified location.</summary>
        </member>
        <member name="P:System.SR.TextParseFailedFormat">
            <summary>Text "{0}" cannot be parsed. The expected text format is "{1}".</summary>
        </member>
        <member name="P:System.SR.PropertyValueInvalidEntry">
            <summary>IDictionary parameter contains at least one entry that is not valid. Ensure all values are consistent with the object's properties.</summary>
        </member>
        <member name="T:System.Runtime.Versioning.OSPlatformAttribute">
            <summary>
            Base type for all platform-specific API attributes.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.TargetPlatformAttribute">
            <summary>
            Records the platform that the project targeted.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.SupportedOSPlatformAttribute">
             <summary>
             Records the operating system (and minimum version) that supports an API. Multiple attributes can be
             applied to indicate support on multiple operating systems.
             </summary>
             <remarks>
             Callers can apply a <see cref="T:System.Runtime.Versioning.SupportedOSPlatformAttribute" />
             or use guards to prevent calls to APIs on unsupported operating systems.
            
             A given platform should only be specified once.
             </remarks>
        </member>
        <member name="T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute">
            <summary>
            Marks APIs that were removed in a given operating system version.
            </summary>
            <remarks>
            Primarily used by OS bindings to indicate APIs that are only available in
            earlier versions.
            </remarks>
        </member>
        <member name="T:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute">
             <summary>
             Annotates a custom guard field, property or method with a supported platform name and optional version.
             Multiple attributes can be applied to indicate guard for multiple supported platforms.
             </summary>
             <remarks>
             Callers can apply a <see cref="T:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute" /> to a field, property or method
             and use that field, property or method in a conditional or assert statements in order to safely call platform specific APIs.
            
             The type of the field or property should be boolean, the method return type should be boolean in order to be used as platform guard.
             </remarks>
        </member>
        <member name="T:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute">
             <summary>
             Annotates the custom guard field, property or method with an unsupported platform name and optional version.
             Multiple attributes can be applied to indicate guard for multiple unsupported platforms.
             </summary>
             <remarks>
             Callers can apply a <see cref="T:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute" /> to a field, property or method
             and use that  field, property or method in a conditional or assert statements as a guard to safely call APIs unsupported on those platforms.
            
             The type of the field or property should be boolean, the method return type should be boolean in order to be used as platform guard.
             </remarks>
        </member>
    </members>
</doc>
