Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / DocumentPageViewAutomationPeer.cs / 1 / DocumentPageViewAutomationPeer.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: DocumentPageViewAutomationPeer.cs // // Description: AutomationPeer associated with DocumentPageView. // //--------------------------------------------------------------------------- using System.Collections.Generic; // Listusing System.Globalization; // CultureInfo using System.Windows.Controls; // DocumentViewer using System.Windows.Controls.Primitives; // DocumentPageView namespace System.Windows.Automation.Peers { /// /// AutomationPeer associated with DocumentPageView. /// public class DocumentPageViewAutomationPeer : FrameworkElementAutomationPeer { ////// Constructor. /// /// Owner of the AutomationPeer. public DocumentPageViewAutomationPeer(DocumentPageView owner) : base(owner) {} ////// ////// /// AutomationPeer associated with DocumentPageView blocks any exposure /// of the currently hosted page. So it returns empty collection of children. /// protected override ListGetChildrenCore() { return null; } /// /// ////// A string representing the current DocumentPageView. protected override string GetAutomationIdCore() { // Initialize the result to Empty, so that if Name is not set on the // DocumentPageView, and there is no valid PageNumber set, then the // AutomationId will remain blank to avoid duplicate entries. string result = string.Empty; DocumentPageView owner = (DocumentPageView)Owner; // Check if a Name is already set on the DocumentPageView, otherwise attempt // to construct one. if (!string.IsNullOrEmpty(owner.Name)) { result = owner.Name; } else if ((owner.PageNumber >= 0) && (owner.PageNumber < int.MaxValue)) { // This will set the AutomationId to a string that represents the current // page number, i.e. "DocumentPage1" will represent the first page. These numbers // will be kept in a 1-indexed format. InvariantCulture is used to ensure // that these AutomationIds will not change with the language, so that they // can be trusted to always work in automation. result = String.Format(CultureInfo.InvariantCulture, "DocumentPage{0}", owner.PageNumber + 1); } return result; } } } // 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: DocumentPageViewAutomationPeer.cs // // Description: AutomationPeer associated with DocumentPageView. // //--------------------------------------------------------------------------- using System.Collections.Generic; // Listusing System.Globalization; // CultureInfo using System.Windows.Controls; // DocumentViewer using System.Windows.Controls.Primitives; // DocumentPageView namespace System.Windows.Automation.Peers { /// /// AutomationPeer associated with DocumentPageView. /// public class DocumentPageViewAutomationPeer : FrameworkElementAutomationPeer { ////// Constructor. /// /// Owner of the AutomationPeer. public DocumentPageViewAutomationPeer(DocumentPageView owner) : base(owner) {} ////// ////// /// AutomationPeer associated with DocumentPageView blocks any exposure /// of the currently hosted page. So it returns empty collection of children. /// protected override ListGetChildrenCore() { return null; } /// /// ////// A string representing the current DocumentPageView. protected override string GetAutomationIdCore() { // Initialize the result to Empty, so that if Name is not set on the // DocumentPageView, and there is no valid PageNumber set, then the // AutomationId will remain blank to avoid duplicate entries. string result = string.Empty; DocumentPageView owner = (DocumentPageView)Owner; // Check if a Name is already set on the DocumentPageView, otherwise attempt // to construct one. if (!string.IsNullOrEmpty(owner.Name)) { result = owner.Name; } else if ((owner.PageNumber >= 0) && (owner.PageNumber < int.MaxValue)) { // This will set the AutomationId to a string that represents the current // page number, i.e. "DocumentPage1" will represent the first page. These numbers // will be kept in a 1-indexed format. InvariantCulture is used to ensure // that these AutomationIds will not change with the language, so that they // can be trusted to always work in automation. result = String.Format(CultureInfo.InvariantCulture, "DocumentPage{0}", owner.PageNumber + 1); } return result; } } } // 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
- ScaleTransform3D.cs
- DetailsViewRowCollection.cs
- StubHelpers.cs
- NavigationService.cs
- DrawingContext.cs
- Transform3DCollection.cs
- TextServicesDisplayAttribute.cs
- HtmlTableRowCollection.cs
- SerialReceived.cs
- IncrementalCompileAnalyzer.cs
- Emitter.cs
- ContextToken.cs
- PointCollection.cs
- SchemaImporter.cs
- XamlSerializationHelper.cs
- CompositeKey.cs
- RenderDataDrawingContext.cs
- FileSystemInfo.cs
- LocalFileSettingsProvider.cs
- Vertex.cs
- ValidatingReaderNodeData.cs
- XmlSchemaExternal.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- UnauthorizedWebPart.cs
- CustomErrorCollection.cs
- Int16Animation.cs
- X509CertificateCollection.cs
- NavigationHelper.cs
- DashStyle.cs
- InplaceBitmapMetadataWriter.cs
- GeneratedView.cs
- SplitterEvent.cs
- NamespaceImport.cs
- ConditionalAttribute.cs
- ArrangedElement.cs
- SystemException.cs
- SqlDataSourceView.cs
- XPathSingletonIterator.cs
- safex509handles.cs
- MatrixTransform.cs
- QuerySettings.cs
- TPLETWProvider.cs
- Formatter.cs
- Stopwatch.cs
- StringFunctions.cs
- Int32CollectionConverter.cs
- ProfileEventArgs.cs
- OleDbParameterCollection.cs
- SafeSystemMetrics.cs
- TagNameToTypeMapper.cs
- PlacementWorkspace.cs
- mediapermission.cs
- SerialReceived.cs
- FileRegion.cs
- SqlDataSourceFilteringEventArgs.cs
- WindowsHyperlink.cs
- CatalogZone.cs
- BitmapEffectInputData.cs
- BinaryFormatterSinks.cs
- SpellerError.cs
- CodeTypeMember.cs
- QilReplaceVisitor.cs
- ListViewTableRow.cs
- SoapExtensionReflector.cs
- RegionData.cs
- WindowsPen.cs
- RegexRunner.cs
- BitStack.cs
- ISAPIWorkerRequest.cs
- ZeroOpNode.cs
- CodeGenerator.cs
- EndEvent.cs
- DataGridViewLinkColumn.cs
- AttributeEmitter.cs
- EventMappingSettings.cs
- TimeZone.cs
- SqlBuilder.cs
- ExecutionContext.cs
- OAVariantLib.cs
- coordinatorfactory.cs
- PlatformCulture.cs
- TextDecorationLocationValidation.cs
- FileEnumerator.cs
- MetadataSource.cs
- LookupBindingPropertiesAttribute.cs
- Base64Stream.cs
- MetadataArtifactLoaderResource.cs
- PageAsyncTask.cs
- DataGridViewCellCollection.cs
- MetadataItemEmitter.cs
- SystemFonts.cs
- webproxy.cs
- IPAddressCollection.cs
- HebrewCalendar.cs
- SqlBuffer.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- FixedPage.cs
- CodeSnippetTypeMember.cs
- MediaPlayerState.cs
- GenericTextProperties.cs