Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / WinFormsIntegration / System / Windows / Integration / ElementHostAutomationPeer.cs / 1 / ElementHostAutomationPeer.cs
using System.Windows.Automation.Peers; namespace System.Windows.Forms.Integration { internal class ElementHostAutomationPeer : FrameworkElementAutomationPeer { private AvalonAdapter _owner; public ElementHostAutomationPeer(AvalonAdapter owner) : base(owner) { _owner = owner; } protected override bool IsContentElementCore() { return false; } protected override bool IsControlElementCore() { return false; } protected override string GetNameCore() { return _owner.Name; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System.Windows.Automation.Peers; namespace System.Windows.Forms.Integration { internal class ElementHostAutomationPeer : FrameworkElementAutomationPeer { private AvalonAdapter _owner; public ElementHostAutomationPeer(AvalonAdapter owner) : base(owner) { _owner = owner; } protected override bool IsContentElementCore() { return false; } protected override bool IsControlElementCore() { return false; } protected override string GetNameCore() { return _owner.Name; } } } // 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
- MultiSelectRootGridEntry.cs
- FolderLevelBuildProvider.cs
- SafePointer.cs
- LabelEditEvent.cs
- WebPartConnection.cs
- HashSetEqualityComparer.cs
- EditingScope.cs
- SQLGuid.cs
- RawStylusInputCustomData.cs
- InputProcessorProfiles.cs
- AssemblyResourceLoader.cs
- ColorAnimationBase.cs
- PointAnimation.cs
- GridViewColumnHeader.cs
- DataColumnPropertyDescriptor.cs
- PagesSection.cs
- ConfigXmlComment.cs
- BuildManagerHost.cs
- PackWebRequest.cs
- DataException.cs
- SignatureHelper.cs
- FamilyCollection.cs
- BindStream.cs
- RealizationContext.cs
- PropertyFilter.cs
- SyndicationDeserializer.cs
- FontFamily.cs
- namescope.cs
- NetStream.cs
- TextEditorThreadLocalStore.cs
- NullableConverter.cs
- FeatureSupport.cs
- BitmapEffectInput.cs
- SymbolUsageManager.cs
- OdbcFactory.cs
- ProfileServiceManager.cs
- XmlLanguageConverter.cs
- QueryExpr.cs
- WindowsFormsHost.cs
- MarkerProperties.cs
- MouseCaptureWithinProperty.cs
- KerberosReceiverSecurityToken.cs
- SettingsBindableAttribute.cs
- PerformanceCountersElement.cs
- CodeCommentStatementCollection.cs
- TextServicesPropertyRanges.cs
- Transform3DCollection.cs
- ContentElement.cs
- InheritanceRules.cs
- AssociatedControlConverter.cs
- QueryOperatorEnumerator.cs
- DictionaryKeyPropertyAttribute.cs
- XmlWriter.cs
- SHA512Managed.cs
- PixelFormatConverter.cs
- StreamGeometryContext.cs
- AssemblyLoader.cs
- ClockController.cs
- EntityProviderFactory.cs
- TargetControlTypeCache.cs
- TraceHandlerErrorFormatter.cs
- MobileCategoryAttribute.cs
- WindowAutomationPeer.cs
- AdRotator.cs
- ReachBasicContext.cs
- TemplatedAdorner.cs
- WebBrowserEvent.cs
- IntSecurity.cs
- MailAddress.cs
- TypedReference.cs
- UrlAuthFailureHandler.cs
- NativeMethods.cs
- SiteMapSection.cs
- XmlReflectionImporter.cs
- TemplateInstanceAttribute.cs
- DispatcherFrame.cs
- TableCellCollection.cs
- WebPartChrome.cs
- SmtpAuthenticationManager.cs
- WebPartMenu.cs
- TreeNodeConverter.cs
- UserControl.cs
- SqlComparer.cs
- ErasingStroke.cs
- KeyboardEventArgs.cs
- AppDomainManager.cs
- DetailsViewPageEventArgs.cs
- SqlMethodAttribute.cs
- MultiSelectRootGridEntry.cs
- SelectedDatesCollection.cs
- FormViewDeleteEventArgs.cs
- RecognizerStateChangedEventArgs.cs
- HyperLinkDesigner.cs
- XmlWhitespace.cs
- XmlSchemaGroupRef.cs
- BitmapData.cs
- XamlTemplateSerializer.cs
- ConnectionPoint.cs
- UriScheme.cs
- Single.cs