Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / TablePatternIdentifiers.cs / 1 / TablePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Table Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Is the data data in this table best present by row or column /// [ComVisible(true)] [Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum RowOrColumnMajor #else public enum RowOrColumnMajor #endif { ///Data in the table should be read row by row RowMajor, ///Data in the table should be read column by column ColumnMajor, ///There is no way to determine the best way to present the data Indeterminate, } ////// Identifies a grid that has header information. /// #if (INTERNAL_COMPILE) internal static class TablePatternIdentifiers #else public static class TablePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Table pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Table_Pattern, "TablePatternIdentifiers.Pattern"); ///Property ID: RowHeaders - Collection of all row headers for this table public static readonly AutomationProperty RowHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowHeaders_Property, "TablePatternIdentifiers.RowHeadersProperty"); ///Property ID: ColumnHeaders - Collection of all column headers for this table public static readonly AutomationProperty ColumnHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_ColumnHeaders_Property, "TablePatternIdentifiers.ColumnHeadersProperty"); ///Property ID: RowOrColumnMajor - Indicates if the data is best presented by row or column public static readonly AutomationProperty RowOrColumnMajorProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowOrColumnMajor_Property, "TablePatternIdentifiers.RowOrColumnMajorProperty"); #endregion Public Constants and Readonly Fields } } // 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. // // // // Description: Automation Identifiers for Table Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Is the data data in this table best present by row or column /// [ComVisible(true)] [Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum RowOrColumnMajor #else public enum RowOrColumnMajor #endif { ///Data in the table should be read row by row RowMajor, ///Data in the table should be read column by column ColumnMajor, ///There is no way to determine the best way to present the data Indeterminate, } ////// Identifies a grid that has header information. /// #if (INTERNAL_COMPILE) internal static class TablePatternIdentifiers #else public static class TablePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Table pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Table_Pattern, "TablePatternIdentifiers.Pattern"); ///Property ID: RowHeaders - Collection of all row headers for this table public static readonly AutomationProperty RowHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowHeaders_Property, "TablePatternIdentifiers.RowHeadersProperty"); ///Property ID: ColumnHeaders - Collection of all column headers for this table public static readonly AutomationProperty ColumnHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_ColumnHeaders_Property, "TablePatternIdentifiers.ColumnHeadersProperty"); ///Property ID: RowOrColumnMajor - Indicates if the data is best presented by row or column public static readonly AutomationProperty RowOrColumnMajorProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowOrColumnMajor_Property, "TablePatternIdentifiers.RowOrColumnMajorProperty"); #endregion Public Constants and Readonly Fields } } // 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
- ViewManager.cs
- SiteMapProvider.cs
- InProcStateClientManager.cs
- MutableAssemblyCacheEntry.cs
- CommandLibraryHelper.cs
- GradientStopCollection.cs
- TypeSystemHelpers.cs
- DataBindingCollectionConverter.cs
- DashStyle.cs
- ProxyWebPartConnectionCollection.cs
- CodeSubDirectoriesCollection.cs
- VectorAnimationBase.cs
- WMIGenerator.cs
- NetworkAddressChange.cs
- DataGridViewElement.cs
- DispatcherTimer.cs
- SqlUserDefinedTypeAttribute.cs
- SendMailErrorEventArgs.cs
- x509utils.cs
- DataBoundLiteralControl.cs
- DropSource.cs
- CodeSnippetCompileUnit.cs
- ErrorWrapper.cs
- UserControlParser.cs
- GenericUriParser.cs
- DataRow.cs
- XmlMemberMapping.cs
- dataSvcMapFileLoader.cs
- QuerySettings.cs
- EditCommandColumn.cs
- NestedContainer.cs
- SelectionPattern.cs
- ResourcePool.cs
- SizeAnimationBase.cs
- PeekCompletedEventArgs.cs
- ComponentCommands.cs
- TextDecorations.cs
- QueryExpression.cs
- SyndicationSerializer.cs
- RadioButtonRenderer.cs
- TransportConfigurationTypeElementCollection.cs
- WebHttpSecurityElement.cs
- SerializableAttribute.cs
- DBConnectionString.cs
- DesignConnectionCollection.cs
- CanonicalFontFamilyReference.cs
- DataSourceHelper.cs
- BinHexEncoder.cs
- ShaperBuffers.cs
- DataException.cs
- DescendentsWalkerBase.cs
- GridViewColumnHeaderAutomationPeer.cs
- EndpointAddressElementBase.cs
- SystemGatewayIPAddressInformation.cs
- _ListenerRequestStream.cs
- DoubleLinkList.cs
- SqlServer2KCompatibilityCheck.cs
- TransactionFlowOption.cs
- SchemaElementDecl.cs
- ObjectCacheHost.cs
- InfoCardKeyedHashAlgorithm.cs
- KeyboardEventArgs.cs
- DataSourceCacheDurationConverter.cs
- ParameterCollection.cs
- DragEvent.cs
- BaseCodePageEncoding.cs
- TextServicesHost.cs
- MouseEvent.cs
- SiteMapDataSource.cs
- LogManagementAsyncResult.cs
- BezierSegment.cs
- RelatedEnd.cs
- GeometryDrawing.cs
- CellParagraph.cs
- FileDialogCustomPlacesCollection.cs
- DataGridViewMethods.cs
- XmlWellformedWriter.cs
- XslTransform.cs
- Buffer.cs
- CallbackValidatorAttribute.cs
- ReflectEventDescriptor.cs
- TimelineGroup.cs
- FreeFormDragDropManager.cs
- StreamResourceInfo.cs
- Converter.cs
- PermissionRequestEvidence.cs
- PresentationSource.cs
- FragmentNavigationEventArgs.cs
- XmlDataFileEditor.cs
- ScalarConstant.cs
- NewArrayExpression.cs
- CssStyleCollection.cs
- HtmlTextBoxAdapter.cs
- FloaterParagraph.cs
- CqlParserHelpers.cs
- PageContentAsyncResult.cs
- HMAC.cs
- SoapSchemaMember.cs
- ProjectionNode.cs
- ServicesUtilities.cs