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
- COM2IVsPerPropertyBrowsingHandler.cs
- AddInControllerImpl.cs
- FragmentQueryKB.cs
- Point3DCollection.cs
- PageParser.cs
- DbProviderFactories.cs
- ObjectItemCollection.cs
- XmlEntityReference.cs
- RegexCapture.cs
- StringValidator.cs
- DataControlButton.cs
- DBPropSet.cs
- XsltArgumentList.cs
- XmlNodeChangedEventManager.cs
- XmlDataCollection.cs
- PinnedBufferMemoryStream.cs
- XhtmlBasicLabelAdapter.cs
- ChildTable.cs
- dsa.cs
- XmlAttributes.cs
- WebBrowser.cs
- MessagePropertyDescription.cs
- ServiceBehaviorElementCollection.cs
- Int16Storage.cs
- StyleSheetRefUrlEditor.cs
- LineServicesRun.cs
- FontFamilyValueSerializer.cs
- AtomEntry.cs
- DefaultSection.cs
- Size3DValueSerializer.cs
- FormatterServicesNoSerializableCheck.cs
- LinqDataSourceValidationException.cs
- Lock.cs
- SerializationInfo.cs
- DesigntimeLicenseContextSerializer.cs
- ActiveXHelper.cs
- SystemTcpConnection.cs
- CustomActivityDesigner.cs
- XmlSerializerVersionAttribute.cs
- CryptoHelper.cs
- XNodeNavigator.cs
- Image.cs
- DataMisalignedException.cs
- DataFieldConverter.cs
- ISAPIRuntime.cs
- Freezable.cs
- GPPOINT.cs
- OledbConnectionStringbuilder.cs
- SmiEventStream.cs
- MediaScriptCommandRoutedEventArgs.cs
- StrokeNodeOperations2.cs
- InvokePattern.cs
- PriorityQueue.cs
- ImportDesigner.xaml.cs
- SymbolMethod.cs
- SchemaTypeEmitter.cs
- Statements.cs
- TraceXPathNavigator.cs
- CodeTypeParameter.cs
- Margins.cs
- GrammarBuilderWildcard.cs
- invalidudtexception.cs
- StylusPointDescription.cs
- ReadOnlyCollection.cs
- XamlSerializerUtil.cs
- XmlUnspecifiedAttribute.cs
- IndependentAnimationStorage.cs
- HttpClientProtocol.cs
- SafeSecurityHelper.cs
- TextCollapsingProperties.cs
- MouseEvent.cs
- OperationCanceledException.cs
- AssemblyUtil.cs
- ColorTransformHelper.cs
- TextStore.cs
- TargetPerspective.cs
- SqlDataSourceRefreshSchemaForm.cs
- MatrixTransform3D.cs
- DesignerEditorPartChrome.cs
- AllMembershipCondition.cs
- ErrorView.xaml.cs
- ScriptHandlerFactory.cs
- FullTrustAssembly.cs
- DbConnectionOptions.cs
- DelegatingStream.cs
- MarkupWriter.cs
- XmlNodeList.cs
- TcpChannelListener.cs
- TypeBuilder.cs
- ItemChangedEventArgs.cs
- XmlReflectionImporter.cs
- ProfileBuildProvider.cs
- XmlSchemaExternal.cs
- PtsPage.cs
- PresentationSource.cs
- MatrixTransform3D.cs
- SerialPort.cs
- AnnotationHighlightLayer.cs
- WorkflowServiceAttributes.cs
- XmlAnyAttributeAttribute.cs