Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- MarshalByValueComponent.cs
- ProvidersHelper.cs
- CommandBindingCollection.cs
- ClassDataContract.cs
- ProtocolReflector.cs
- ResourcesChangeInfo.cs
- SafeArchiveContext.cs
- KeyConstraint.cs
- Point3DCollectionConverter.cs
- TrustManagerPromptUI.cs
- BordersPage.cs
- Soap.cs
- Repeater.cs
- ToolBarButton.cs
- SqlDataReader.cs
- HierarchicalDataBoundControl.cs
- WpfGeneratedKnownTypes.cs
- FileSystemInfo.cs
- M3DUtil.cs
- ControlValuePropertyAttribute.cs
- BuildProviderUtils.cs
- BufferedGraphicsContext.cs
- HttpCookiesSection.cs
- TransformationRules.cs
- ReadOnlyActivityGlyph.cs
- ReferenceConverter.cs
- UpdateRecord.cs
- StylusPlugInCollection.cs
- EnumerableWrapperWeakToStrong.cs
- FramingFormat.cs
- XPathSelectionIterator.cs
- InternalBase.cs
- HttpVersion.cs
- ListMarkerSourceInfo.cs
- DocumentPageHost.cs
- Enlistment.cs
- NameValueConfigurationCollection.cs
- MobileControlsSection.cs
- QilBinary.cs
- XmlMembersMapping.cs
- TimelineCollection.cs
- GeneralTransform.cs
- SHA256CryptoServiceProvider.cs
- CurrencyWrapper.cs
- HttpHandlerAction.cs
- RepeaterItemEventArgs.cs
- DoubleAnimationBase.cs
- ReadonlyMessageFilter.cs
- NegotiateStream.cs
- Semaphore.cs
- EdmRelationshipRoleAttribute.cs
- RotateTransform.cs
- TextPenaltyModule.cs
- RemotingSurrogateSelector.cs
- SqlDataRecord.cs
- hwndwrapper.cs
- EnumerableRowCollection.cs
- OracleString.cs
- SimplePropertyEntry.cs
- OpenTypeCommon.cs
- UrlMappingsModule.cs
- DataServiceRequestException.cs
- HtmlInputImage.cs
- TextMarkerSource.cs
- DetailsViewRow.cs
- XmlDataFileEditor.cs
- X509AudioLogo.cs
- RectAnimationBase.cs
- OrderPreservingMergeHelper.cs
- RequestQueryParser.cs
- CultureTableRecord.cs
- ColorTransform.cs
- EntityCommand.cs
- Assert.cs
- FixedTextSelectionProcessor.cs
- XmlSchemaException.cs
- PropertiesTab.cs
- FlatButtonAppearance.cs
- NativeRecognizer.cs
- DocumentGrid.cs
- HelpFileFileNameEditor.cs
- DataControlFieldHeaderCell.cs
- ProfileSettingsCollection.cs
- OracleConnectionStringBuilder.cs
- XmlEntityReference.cs
- AssociatedControlConverter.cs
- ConstraintStruct.cs
- HyperlinkAutomationPeer.cs
- ParallelTimeline.cs
- RightsManagementEncryptedStream.cs
- AxHostDesigner.cs
- PageTheme.cs
- DiagnosticsElement.cs
- SymbolDocumentInfo.cs
- DesignSurfaceManager.cs
- InternalsVisibleToAttribute.cs
- LogReservationCollection.cs
- xmlfixedPageInfo.cs
- UInt16.cs
- InternalConfigHost.cs