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 / 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
- SqlXml.cs
- TextClipboardData.cs
- TableParagraph.cs
- DbProviderFactoriesConfigurationHandler.cs
- AbandonedMutexException.cs
- serverconfig.cs
- PtsHost.cs
- SoapIncludeAttribute.cs
- RecognizerBase.cs
- NamespaceTable.cs
- MemberPath.cs
- ListView.cs
- UniqueIdentifierService.cs
- ReadOnlyAttribute.cs
- StringUtil.cs
- mansign.cs
- EventProperty.cs
- TextRange.cs
- StaticDataManager.cs
- WebBrowserNavigatedEventHandler.cs
- CollectionChangeEventArgs.cs
- ServicePoint.cs
- XmlSchemaGroupRef.cs
- HttpRuntime.cs
- DataSvcMapFile.cs
- StatusBarItem.cs
- FormViewCommandEventArgs.cs
- TextElement.cs
- XslCompiledTransform.cs
- DescriptionAttribute.cs
- CompressedStack.cs
- XmlEncodedRawTextWriter.cs
- FormViewInsertedEventArgs.cs
- OdbcConnection.cs
- ManagedIStream.cs
- sqlcontext.cs
- PathGeometry.cs
- WebPartDeleteVerb.cs
- DataKey.cs
- CheckedPointers.cs
- COMException.cs
- Queue.cs
- ProviderConnectionPointCollection.cs
- IFlowDocumentViewer.cs
- PointAnimationUsingPath.cs
- Vector3DCollection.cs
- TickBar.cs
- ResourceReferenceKeyNotFoundException.cs
- AttributeCollection.cs
- SqlSupersetValidator.cs
- DesignerSerializationManager.cs
- ControlAdapter.cs
- XmlSchema.cs
- CodeSubDirectoriesCollection.cs
- CryptoStream.cs
- NonSerializedAttribute.cs
- CompilerScopeManager.cs
- TableParaClient.cs
- FormParameter.cs
- AnnotationAdorner.cs
- IChannel.cs
- CheckBoxList.cs
- PageAdapter.cs
- FilteredXmlReader.cs
- WebCategoryAttribute.cs
- LoginView.cs
- FixedSOMPage.cs
- MessageHeader.cs
- DataStorage.cs
- WebSysDefaultValueAttribute.cs
- WebRequestModuleElement.cs
- QueryExecutionOption.cs
- HttpWebRequestElement.cs
- DocumentAutomationPeer.cs
- Transform3DGroup.cs
- WorkflowApplicationAbortedException.cs
- HwndHost.cs
- SchemaTableColumn.cs
- Wizard.cs
- TdsParserSafeHandles.cs
- XmlSiteMapProvider.cs
- IpcServerChannel.cs
- ToolStripTextBox.cs
- CheckedPointers.cs
- MouseGesture.cs
- CombinedHttpChannel.cs
- SmiXetterAccessMap.cs
- TimerTable.cs
- CodeAttachEventStatement.cs
- CatalogPart.cs
- ClassData.cs
- SiteMapProvider.cs
- BorderGapMaskConverter.cs
- ConnectionConsumerAttribute.cs
- Selection.cs
- Storyboard.cs
- OleDbErrorCollection.cs
- TextServicesDisplayAttribute.cs
- WindowHideOrCloseTracker.cs
- DataListItemEventArgs.cs