Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / ImageAutomationPeer.cs / 1 / 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.
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
- PathSegmentCollection.cs
- SoapExtensionTypeElementCollection.cs
- DrawingDrawingContext.cs
- ChangeProcessor.cs
- ConstraintCollection.cs
- Encoder.cs
- MulticastNotSupportedException.cs
- Property.cs
- BindingUtils.cs
- securitycriticaldataClass.cs
- SqlTrackingQuery.cs
- _HTTPDateParse.cs
- FileDetails.cs
- SpotLight.cs
- EventLogPermissionEntryCollection.cs
- SelectorAutomationPeer.cs
- WindowsScrollBar.cs
- RelatedPropertyManager.cs
- _ListenerAsyncResult.cs
- BitmapEffectDrawingContent.cs
- LinkArea.cs
- OracleRowUpdatedEventArgs.cs
- WebPartMinimizeVerb.cs
- CounterCreationDataCollection.cs
- CodeGeneratorAttribute.cs
- SelectionHighlightInfo.cs
- HtmlInputText.cs
- SystemIPv4InterfaceProperties.cs
- GeneralTransform3DTo2DTo3D.cs
- CqlIdentifiers.cs
- ToolStripCodeDomSerializer.cs
- BitmapVisualManager.cs
- TextSearch.cs
- documentsequencetextview.cs
- FileDialogCustomPlace.cs
- VerificationException.cs
- XMLSchema.cs
- MsmqTransportSecurityElement.cs
- ManagementInstaller.cs
- AbstractSvcMapFileLoader.cs
- CodeGenHelper.cs
- ExpressionConverter.cs
- SingleAnimationUsingKeyFrames.cs
- RegisterInfo.cs
- ImmutableCommunicationTimeouts.cs
- TextComposition.cs
- MsmqIntegrationBindingElement.cs
- ProxyFragment.cs
- Wildcard.cs
- RelationshipDetailsCollection.cs
- QueueSurrogate.cs
- PeerIPHelper.cs
- ObjectItemCollection.cs
- CfgParser.cs
- IndicCharClassifier.cs
- WizardStepBase.cs
- DbConnectionHelper.cs
- GridViewCommandEventArgs.cs
- DuplicateWaitObjectException.cs
- SqlNodeAnnotations.cs
- TaskFactory.cs
- EntityObject.cs
- XmlProcessingInstruction.cs
- SetUserPreferenceRequest.cs
- CompoundFileReference.cs
- ColorConverter.cs
- OrderingExpression.cs
- ItemsPresenter.cs
- ipaddressinformationcollection.cs
- DiagnosticTraceSource.cs
- SymbolTable.cs
- AnnotationObservableCollection.cs
- Calendar.cs
- AppSettingsReader.cs
- AsymmetricSignatureFormatter.cs
- XmlElementAttributes.cs
- XmlUrlResolver.cs
- xsdvalidator.cs
- NullableConverter.cs
- MULTI_QI.cs
- FontStyles.cs
- ListArgumentProvider.cs
- QuaternionValueSerializer.cs
- Odbc32.cs
- UntrustedRecipientException.cs
- DataRelation.cs
- ProxyGenerator.cs
- ReaderWriterLockWrapper.cs
- TextDecorationCollectionConverter.cs
- XmlAttribute.cs
- XmlSchemaAnnotated.cs
- SecUtil.cs
- _SslStream.cs
- HttpClientCertificate.cs
- Parser.cs
- ForwardPositionQuery.cs
- TextEffect.cs
- SiteOfOriginPart.cs
- SerializationSectionGroup.cs
- TraceContext.cs