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
- TypeInfo.cs
- SerializationEventsCache.cs
- ViewPort3D.cs
- MediaPlayer.cs
- ServiceDescriptionReflector.cs
- OutputCacheSection.cs
- RequestCachePolicyConverter.cs
- ZipIOLocalFileBlock.cs
- ValidatingCollection.cs
- XmlSchemaImport.cs
- XmlQualifiedName.cs
- ApplicationDirectory.cs
- AlternateView.cs
- LogicalExpr.cs
- CalendarDay.cs
- TextEffectCollection.cs
- ReverseInheritProperty.cs
- BitmapEffectInput.cs
- ICspAsymmetricAlgorithm.cs
- CommentEmitter.cs
- Set.cs
- Currency.cs
- EntryWrittenEventArgs.cs
- QuotedStringWriteStateInfo.cs
- CriticalFinalizerObject.cs
- SecurityDescriptor.cs
- ExtensionElementCollection.cs
- followingquery.cs
- DataTablePropertyDescriptor.cs
- SettingsAttributeDictionary.cs
- StrongNameIdentityPermission.cs
- ListSortDescription.cs
- EventDescriptorCollection.cs
- AgileSafeNativeMemoryHandle.cs
- ZipIOCentralDirectoryBlock.cs
- DictionaryEntry.cs
- DataGridSortCommandEventArgs.cs
- RelOps.cs
- BinaryObjectInfo.cs
- LifetimeServices.cs
- DictionaryMarkupSerializer.cs
- TypedDataSourceCodeGenerator.cs
- DataSourceXmlClassAttribute.cs
- EdmItemCollection.cs
- UIElementIsland.cs
- ToolStripStatusLabel.cs
- PropertyChangedEventArgs.cs
- ExceptionCollection.cs
- ColumnResizeAdorner.cs
- QilLiteral.cs
- HtmlInputFile.cs
- StorageAssociationSetMapping.cs
- UIPermission.cs
- Literal.cs
- AnnotationComponentChooser.cs
- AsyncStreamReader.cs
- EFDataModelProvider.cs
- FileLoadException.cs
- IconBitmapDecoder.cs
- HtmlInputCheckBox.cs
- COM2ColorConverter.cs
- BitmapPalettes.cs
- HebrewNumber.cs
- CodeSnippetTypeMember.cs
- UniqueID.cs
- RadioButtonList.cs
- TableTextElementCollectionInternal.cs
- DesignTimeVisibleAttribute.cs
- TimeoutException.cs
- ExpressionVisitor.cs
- CqlGenerator.cs
- EventLogReader.cs
- ExtentKey.cs
- EditorAttribute.cs
- ClientSession.cs
- EntityKey.cs
- TraceHandlerErrorFormatter.cs
- GridSplitter.cs
- FormView.cs
- ControlType.cs
- SystemWebCachingSectionGroup.cs
- FileSystemInfo.cs
- ExpressionBuilder.cs
- PointConverter.cs
- ScriptingJsonSerializationSection.cs
- BitStack.cs
- UrlMappingsModule.cs
- DbDataAdapter.cs
- ColorIndependentAnimationStorage.cs
- MasterPageBuildProvider.cs
- tabpagecollectioneditor.cs
- RegexGroupCollection.cs
- GridEntry.cs
- PaperSize.cs
- DataGridViewRowStateChangedEventArgs.cs
- WebSysDisplayNameAttribute.cs
- SerializableAttribute.cs
- VirtualPath.cs
- FormViewPagerRow.cs
- EmissiveMaterial.cs