Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / ImageAutomationPeer.cs / 1305600 / ImageAutomationPeer.cs
using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Windows;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class ImageAutomationPeer : FrameworkElementAutomationPeer
{
///
public ImageAutomationPeer(Image owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "Image";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Image;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeElement.cs
- Mappings.cs
- Native.cs
- WebBrowser.cs
- EventProxy.cs
- ContextQuery.cs
- DbParameterCollectionHelper.cs
- BooleanConverter.cs
- DetailsViewInsertedEventArgs.cs
- XmlArrayItemAttributes.cs
- ResourceDictionaryCollection.cs
- NativeWindow.cs
- InvalidEnumArgumentException.cs
- WebBrowserEvent.cs
- PathFigureCollection.cs
- TableCellCollection.cs
- EmbeddedMailObject.cs
- CodeDirectionExpression.cs
- PageAsyncTaskManager.cs
- RoleServiceManager.cs
- BindUriHelper.cs
- SafeHandles.cs
- Rfc2898DeriveBytes.cs
- RunInstallerAttribute.cs
- DynamicQueryableWrapper.cs
- PropertyTab.cs
- IndentTextWriter.cs
- InheritedPropertyChangedEventArgs.cs
- UTF7Encoding.cs
- BamlRecordWriter.cs
- URLString.cs
- Exception.cs
- DrawingImage.cs
- InstanceNotReadyException.cs
- DrawingCollection.cs
- PropertyFilterAttribute.cs
- ToolStripPanelRow.cs
- LoadMessageLogger.cs
- GeneratedView.cs
- RouteTable.cs
- RayMeshGeometry3DHitTestResult.cs
- HtmlElementErrorEventArgs.cs
- ColorTransformHelper.cs
- OracleBFile.cs
- Config.cs
- SmtpReplyReaderFactory.cs
- StoryFragments.cs
- DetailsViewUpdateEventArgs.cs
- LocatorManager.cs
- ExpandCollapsePattern.cs
- ProfileProvider.cs
- Matrix3D.cs
- HttpWebRequestElement.cs
- TCEAdapterGenerator.cs
- CodeVariableDeclarationStatement.cs
- SqlXmlStorage.cs
- SelectionHighlightInfo.cs
- COM2IDispatchConverter.cs
- CancellationHandlerDesigner.cs
- TypeDescriptionProviderAttribute.cs
- Light.cs
- Int16Animation.cs
- SoapSchemaExporter.cs
- XPathNodeHelper.cs
- StringUtil.cs
- TextServicesManager.cs
- TextRangeBase.cs
- Size3D.cs
- TableColumn.cs
- FormsAuthenticationModule.cs
- ImageCodecInfoPrivate.cs
- RawMouseInputReport.cs
- ListQueryResults.cs
- PenCursorManager.cs
- DbConnectionFactory.cs
- DataGridDesigner.cs
- KeyedPriorityQueue.cs
- EventDrivenDesigner.cs
- EntityDataSourceStatementEditor.cs
- CounterCreationData.cs
- Exceptions.cs
- TimeSpanValidator.cs
- GenerateHelper.cs
- XamlPointCollectionSerializer.cs
- SqlSupersetValidator.cs
- RelativeSource.cs
- EventLog.cs
- TypedRowHandler.cs
- RectConverter.cs
- Transform.cs
- StateWorkerRequest.cs
- StaticTextPointer.cs
- Parallel.cs
- PackagingUtilities.cs
- TextLineResult.cs
- BuildProvider.cs
- SqlCommandSet.cs
- Int16.cs
- DataGridViewCheckBoxColumn.cs
- ZipIOModeEnforcingStream.cs