| File: Forwards.cs | Web Access |
| Project: src\wpf\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationProvider\UIAutomationProvider.csproj (UIAutomationProvider) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // This file specifies type-forwarding attributes, used by both the // real assembly and the reference assembly. // using System.Runtime.CompilerServices; [assembly: TypeForwardedTo(typeof(System.Windows.Automation.Provider.IRawElementProviderSimple))] [assembly: TypeForwardedTo(typeof(System.Windows.Automation.Provider.ITextRangeProvider))] [assembly: TypeForwardedTo(typeof(System.Windows.Automation.Provider.ProviderOptions))]