Code:
/ 4.0 / 4.0 / 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. 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
- SafeBitVector32.cs
- _ConnectionGroup.cs
- MaterialCollection.cs
- ObfuscateAssemblyAttribute.cs
- TokenCreationException.cs
- AnnotationMap.cs
- DataGridTablesFactory.cs
- DataPagerField.cs
- AuthenticatingEventArgs.cs
- WebUtil.cs
- CustomAttributeFormatException.cs
- Debugger.cs
- SlotInfo.cs
- ConnectionProviderAttribute.cs
- CommandConverter.cs
- ToolStripItemGlyph.cs
- ApplyHostConfigurationBehavior.cs
- GlobalProxySelection.cs
- OletxResourceManager.cs
- XamlStyleSerializer.cs
- OdbcConnectionStringbuilder.cs
- TimeSpanSecondsConverter.cs
- MessageContractExporter.cs
- DiscoveryServerProtocol.cs
- RangeValueProviderWrapper.cs
- CategoryGridEntry.cs
- XPathNodeHelper.cs
- Transactions.cs
- Parsers.cs
- ControlValuePropertyAttribute.cs
- CallSiteBinder.cs
- MimeBasePart.cs
- WindowsRegion.cs
- StylusEditingBehavior.cs
- OdbcError.cs
- DeadCharTextComposition.cs
- FontWeight.cs
- SystemWebCachingSectionGroup.cs
- SQlBooleanStorage.cs
- SoapUnknownHeader.cs
- ProtocolsConfiguration.cs
- PackWebResponse.cs
- GB18030Encoding.cs
- DesignerDataView.cs
- DispatcherSynchronizationContext.cs
- OrderedEnumerableRowCollection.cs
- HttpCacheVary.cs
- TransformDescriptor.cs
- TypeResolver.cs
- CodeSnippetCompileUnit.cs
- GradientBrush.cs
- GeneralTransform3D.cs
- AssertSection.cs
- ServiceMetadataContractBehavior.cs
- MonthCalendarDesigner.cs
- DynamicRendererThreadManager.cs
- TypeDescriptionProviderAttribute.cs
- MaskPropertyEditor.cs
- XmlSignatureManifest.cs
- SafeUserTokenHandle.cs
- ToolStripSeparatorRenderEventArgs.cs
- ScrollBar.cs
- BaseValidatorDesigner.cs
- BackgroundFormatInfo.cs
- XmlSchemaExternal.cs
- SyntaxCheck.cs
- SafeLibraryHandle.cs
- MimeMultiPart.cs
- DataGridRowEventArgs.cs
- StrokeNodeData.cs
- PriorityChain.cs
- DesignerMetadata.cs
- RotationValidation.cs
- UriTemplateTrieNode.cs
- Lasso.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- SQLDateTimeStorage.cs
- FormatterConverter.cs
- UInt64Converter.cs
- AuthenticationService.cs
- BoundColumn.cs
- BaseContextMenu.cs
- PerformanceCounterPermission.cs
- WmlImageAdapter.cs
- AbsoluteQuery.cs
- Span.cs
- OdbcHandle.cs
- DbProviderFactory.cs
- ResourceReferenceExpression.cs
- fixedPageContentExtractor.cs
- StringFormat.cs
- Light.cs
- UserControlAutomationPeer.cs
- LogStore.cs
- PrintController.cs
- DockPattern.cs
- ReceiveCompletedEventArgs.cs
- ParagraphResult.cs
- FlowLayout.cs
- UnsafeNativeMethods.cs