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
- TextTreeExtractElementUndoUnit.cs
- ExpressionNode.cs
- TextComposition.cs
- SymLanguageType.cs
- NavigationWindowAutomationPeer.cs
- DependencyPropertyChangedEventArgs.cs
- IDictionary.cs
- SessionState.cs
- TemplateBindingExtension.cs
- EventLogEntry.cs
- CollectionContainer.cs
- RuntimeHelpers.cs
- TextDpi.cs
- localization.cs
- BitmapVisualManager.cs
- PropertyMappingExceptionEventArgs.cs
- UIElementParaClient.cs
- AmbiguousMatchException.cs
- MaskedTextProvider.cs
- OleDbParameterCollection.cs
- CopyOnWriteList.cs
- ModelItemExtensions.cs
- ClientTarget.cs
- KeyGestureConverter.cs
- DataGridViewColumnCollectionEditor.cs
- MarkupExtensionSerializer.cs
- AttachedPropertyInfo.cs
- CorrelationToken.cs
- ColumnCollection.cs
- SmiTypedGetterSetter.cs
- SqlFileStream.cs
- InvalidFilterCriteriaException.cs
- autovalidator.cs
- CalendarTable.cs
- KoreanLunisolarCalendar.cs
- Deserializer.cs
- TextChange.cs
- StrongName.cs
- TransformDescriptor.cs
- WebPartAuthorizationEventArgs.cs
- PermissionSetEnumerator.cs
- MexTcpBindingCollectionElement.cs
- ToolTip.cs
- OdbcReferenceCollection.cs
- OpenTypeLayoutCache.cs
- XPathNodeList.cs
- StringCollectionEditor.cs
- DisplayToken.cs
- BatchServiceHost.cs
- ISCIIEncoding.cs
- List.cs
- RightsManagementInformation.cs
- WindowsAuthenticationModule.cs
- HtmlElementCollection.cs
- PerformanceCounterPermission.cs
- SqlExpressionNullability.cs
- FileDialog_Vista_Interop.cs
- EnlistmentState.cs
- ToolStripDropDownItem.cs
- XamlSerializer.cs
- DataGridViewSelectedCellCollection.cs
- IdentityModelDictionary.cs
- UnsafeNativeMethods.cs
- ToolStripGrip.cs
- DayRenderEvent.cs
- AnimationException.cs
- RepeaterItemEventArgs.cs
- SerializationStore.cs
- XmlValidatingReader.cs
- CodeAssignStatement.cs
- CalendarDateChangedEventArgs.cs
- SourceItem.cs
- DictionaryKeyPropertyAttribute.cs
- ProxyFragment.cs
- WmlPageAdapter.cs
- RotateTransform3D.cs
- BinaryFormatter.cs
- CounterSample.cs
- UnsafePeerToPeerMethods.cs
- FontEmbeddingManager.cs
- FloatAverageAggregationOperator.cs
- ProfileElement.cs
- SemaphoreFullException.cs
- HijriCalendar.cs
- CommonObjectSecurity.cs
- wmiutil.cs
- CodeObject.cs
- ScrollProperties.cs
- DrawItemEvent.cs
- OpenFileDialog.cs
- Debugger.cs
- MyContact.cs
- PackagePartCollection.cs
- AVElementHelper.cs
- HMAC.cs
- RemotingConfigParser.cs
- InputLanguage.cs
- SpellerStatusTable.cs
- DataGridViewRowEventArgs.cs
- ButtonFlatAdapter.cs