Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExceptionUtil.cs
- CompoundFileStreamReference.cs
- NameValueCollection.cs
- QueryLifecycle.cs
- FrameworkContentElementAutomationPeer.cs
- InheritanceAttribute.cs
- Attributes.cs
- VisualTreeHelper.cs
- fixedPageContentExtractor.cs
- addressfiltermode.cs
- XmlUtil.cs
- EventLogTraceListener.cs
- AutomationAttributeInfo.cs
- DataColumnMappingCollection.cs
- OleDbError.cs
- CollaborationHelperFunctions.cs
- XmlILStorageConverter.cs
- ProxyHelper.cs
- WebPartEditVerb.cs
- TreeNodeCollectionEditorDialog.cs
- COAUTHINFO.cs
- HtmlTableCellCollection.cs
- RawKeyboardInputReport.cs
- ProtocolsConfigurationHandler.cs
- SvcMapFile.cs
- ValidationEventArgs.cs
- ProgressiveCrcCalculatingStream.cs
- StorageAssociationTypeMapping.cs
- EpmContentSerializer.cs
- CssTextWriter.cs
- ImageField.cs
- SmtpLoginAuthenticationModule.cs
- CatalogZoneBase.cs
- CodeExpressionCollection.cs
- TimeSpanStorage.cs
- peernodeimplementation.cs
- AstTree.cs
- CalendarDataBindingHandler.cs
- mediaclock.cs
- RSAPKCS1KeyExchangeFormatter.cs
- StyleCollectionEditor.cs
- StructuredType.cs
- BamlReader.cs
- SocketAddress.cs
- Misc.cs
- ServiceRoute.cs
- ComponentResourceKey.cs
- Composition.cs
- DocumentPageViewAutomationPeer.cs
- TimeoutValidationAttribute.cs
- XmlTextReaderImplHelpers.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- XmlSchemaProviderAttribute.cs
- ModelTypeConverter.cs
- MergePropertyDescriptor.cs
- AttributeQuery.cs
- SizeKeyFrameCollection.cs
- ValuePattern.cs
- SecurityPermission.cs
- MultipartContentParser.cs
- SelectionPattern.cs
- SrgsNameValueTag.cs
- DispatcherEventArgs.cs
- SqlProviderServices.cs
- CollectionContainer.cs
- EndpointIdentityExtension.cs
- CollectionType.cs
- XmlNavigatorFilter.cs
- VirtualPath.cs
- ObservableCollection.cs
- UriTemplateDispatchFormatter.cs
- RtfToken.cs
- StringUtil.cs
- BadImageFormatException.cs
- QueryRewriter.cs
- ExpandCollapseProviderWrapper.cs
- SqlDataSource.cs
- shaperfactory.cs
- GlobalProxySelection.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- TableLayoutStyle.cs
- DirectionalLight.cs
- PingReply.cs
- SingleAnimationUsingKeyFrames.cs
- MessageRpc.cs
- DrawingGroup.cs
- CustomErrorsSection.cs
- TextBoxBase.cs
- DataKey.cs
- FormView.cs
- VirtualPathUtility.cs
- XmlEntity.cs
- BitmapEffectGroup.cs
- printdlgexmarshaler.cs
- CannotUnloadAppDomainException.cs
- PlainXmlDeserializer.cs
- StyleXamlParser.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DataGridItem.cs
- ListControlBuilder.cs