File: System\Windows\Automation\AsyncContentLoadedState.cs
Project: UIAutomationTypes.dll (UIAutomationTypes)
#region Assembly UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\UIAutomationTypes.dll
#endregion
 
using System.Runtime.InteropServices;
 
namespace System.Windows.Automation
{
    [ComVisible(true)]
    [Guid("d8e55844-7043-4edc-979d-593cc6b4775e")]
    public enum AsyncContentLoadedState
    {
        Beginning = 0,
        Progress = 1,
        Completed = 2
    }
}