Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / TextAutomationPeer.cs / 1 / TextAutomationPeer.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: ContentTextElementAutomationPeer.cs // // Description: Base class for AutomationPeers associated with TextPattern. // //--------------------------------------------------------------------------- using System.Collections.Generic; // Listusing System.Windows.Automation.Provider; // IRawElementProviderSimple using System.Windows.Documents; // ITextPointer namespace System.Windows.Automation.Peers { /// /// Base class for AutomationPeers associated with TextPattern. /// public abstract class TextAutomationPeer : FrameworkElementAutomationPeer { ////// Constructor. /// protected TextAutomationPeer(FrameworkElement owner) : base(owner) {} ////// GetNameCore will return a value matching (in priority order) /// /// 1. Automation.Name /// 2. GetLabeledBy.Name /// 3. String.Empty /// /// This differs from the base implementation in that we must /// never return GetPlainText() . /// override protected string GetNameCore() { string result = AutomationProperties.GetName(this.Owner); if (string.IsNullOrEmpty(result)) { AutomationPeer labelAutomationPeer = GetLabeledByCore(); if (labelAutomationPeer != null) { result = labelAutomationPeer.GetName(); } } return result ?? string.Empty; } ////// Maps AutomationPeer to provider object. /// internal new IRawElementProviderSimple ProviderFromPeer(AutomationPeer peer) { return base.ProviderFromPeer(peer); } ////// Maps automation provider to DependencyObject. /// internal DependencyObject ElementFromProvider(IRawElementProviderSimple provider) { DependencyObject element = null; AutomationPeer peer = PeerFromProvider(provider); if (peer is UIElementAutomationPeer) { element = ((UIElementAutomationPeer)peer).Owner; } else if (peer is ContentElementAutomationPeer) { element = ((ContentElementAutomationPeer)peer).Owner; } return element; } ////// Gets collection of AutomationPeers for given text range. /// internal abstract ListGetAutomationPeersFromRange(ITextPointer start, ITextPointer end); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: ContentTextElementAutomationPeer.cs // // Description: Base class for AutomationPeers associated with TextPattern. // //--------------------------------------------------------------------------- using System.Collections.Generic; // List using System.Windows.Automation.Provider; // IRawElementProviderSimple using System.Windows.Documents; // ITextPointer namespace System.Windows.Automation.Peers { /// /// Base class for AutomationPeers associated with TextPattern. /// public abstract class TextAutomationPeer : FrameworkElementAutomationPeer { ////// Constructor. /// protected TextAutomationPeer(FrameworkElement owner) : base(owner) {} ////// GetNameCore will return a value matching (in priority order) /// /// 1. Automation.Name /// 2. GetLabeledBy.Name /// 3. String.Empty /// /// This differs from the base implementation in that we must /// never return GetPlainText() . /// override protected string GetNameCore() { string result = AutomationProperties.GetName(this.Owner); if (string.IsNullOrEmpty(result)) { AutomationPeer labelAutomationPeer = GetLabeledByCore(); if (labelAutomationPeer != null) { result = labelAutomationPeer.GetName(); } } return result ?? string.Empty; } ////// Maps AutomationPeer to provider object. /// internal new IRawElementProviderSimple ProviderFromPeer(AutomationPeer peer) { return base.ProviderFromPeer(peer); } ////// Maps automation provider to DependencyObject. /// internal DependencyObject ElementFromProvider(IRawElementProviderSimple provider) { DependencyObject element = null; AutomationPeer peer = PeerFromProvider(provider); if (peer is UIElementAutomationPeer) { element = ((UIElementAutomationPeer)peer).Owner; } else if (peer is ContentElementAutomationPeer) { element = ((ContentElementAutomationPeer)peer).Owner; } return element; } ////// Gets collection of AutomationPeers for given text range. /// internal abstract ListGetAutomationPeersFromRange(ITextPointer start, ITextPointer end); } } // 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
- RouteParametersHelper.cs
- WindowsAuthenticationEventArgs.cs
- FixedSOMTableCell.cs
- RecognizerInfo.cs
- RedirectionProxy.cs
- sqlstateclientmanager.cs
- ControlParameter.cs
- ConfigXmlCDataSection.cs
- SymLanguageType.cs
- DbConnectionPoolCounters.cs
- XhtmlTextWriter.cs
- IdentityReference.cs
- ScriptHandlerFactory.cs
- SqlMethodAttribute.cs
- BufferedGraphicsManager.cs
- SqlLiftWhereClauses.cs
- LoginName.cs
- CryptoKeySecurity.cs
- RegexReplacement.cs
- ComplexBindingPropertiesAttribute.cs
- TemplateLookupAction.cs
- TextElementCollectionHelper.cs
- DataRowView.cs
- BlobPersonalizationState.cs
- ReadWriteSpinLock.cs
- WsatRegistrationHeader.cs
- ResourceDescriptionAttribute.cs
- XmlNavigatorFilter.cs
- ImmutableObjectAttribute.cs
- Model3D.cs
- KeyboardDevice.cs
- NumberFormatInfo.cs
- BinaryExpression.cs
- DbLambda.cs
- InheritanceAttribute.cs
- FixUp.cs
- DataTableMappingCollection.cs
- PaintValueEventArgs.cs
- QilList.cs
- DependencyObjectType.cs
- FileUtil.cs
- SiteMapDataSource.cs
- Pen.cs
- BufferedOutputAsyncStream.cs
- HashHelper.cs
- SymbolTable.cs
- UrlMappingCollection.cs
- SemanticResultValue.cs
- InfoCardHelper.cs
- HttpStreamXmlDictionaryReader.cs
- IndependentlyAnimatedPropertyMetadata.cs
- DataGridCell.cs
- HtmlForm.cs
- WebPartConnectionsCancelEventArgs.cs
- ProvidePropertyAttribute.cs
- PrintEvent.cs
- ColorMatrix.cs
- CommentEmitter.cs
- StylusCollection.cs
- XmlSchemaSimpleContentRestriction.cs
- FlowLayoutPanelDesigner.cs
- UnitySerializationHolder.cs
- DoubleAnimationUsingPath.cs
- MediaContext.cs
- ParameterModifier.cs
- WizardForm.cs
- XmlCollation.cs
- FixedFlowMap.cs
- objectquery_tresulttype.cs
- TextClipboardData.cs
- WebScriptEndpointElement.cs
- AssociationType.cs
- LoginView.cs
- ImpersonateTokenRef.cs
- DataGridViewCellCollection.cs
- QilReference.cs
- FamilyTypeface.cs
- Pkcs7Recipient.cs
- DbConnectionClosed.cs
- CodeNamespaceImportCollection.cs
- DbConnectionPoolGroupProviderInfo.cs
- ParameterCollection.cs
- DataRowChangeEvent.cs
- DefaultSerializationProviderAttribute.cs
- WindowsGraphicsWrapper.cs
- BamlBinaryWriter.cs
- X509RawDataKeyIdentifierClause.cs
- MetadataPropertyCollection.cs
- RecordBuilder.cs
- SamlAction.cs
- ObjectViewFactory.cs
- cache.cs
- AggregateNode.cs
- ItemType.cs
- MessageEventSubscriptionService.cs
- Menu.cs
- PcmConverter.cs
- SimpleRecyclingCache.cs
- SubclassTypeValidatorAttribute.cs
- Validator.cs