Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- Binding.cs
- Converter.cs
- RichTextBoxDesigner.cs
- EntityDataSourceDesignerHelper.cs
- EdmSchemaError.cs
- TextDataBindingHandler.cs
- XmlILCommand.cs
- HostedBindingBehavior.cs
- HMACRIPEMD160.cs
- RegexCapture.cs
- HoistedLocals.cs
- ServiceParser.cs
- WindowsSidIdentity.cs
- DispatcherProcessingDisabled.cs
- SQLSingle.cs
- GAC.cs
- DataSourceCacheDurationConverter.cs
- ActiveXHelper.cs
- InvalidWMPVersionException.cs
- DLinqAssociationProvider.cs
- TransformedBitmap.cs
- EndPoint.cs
- ConnectionsZone.cs
- Dump.cs
- TextComposition.cs
- SystemColors.cs
- AtomMaterializer.cs
- PlaceHolder.cs
- HyperLinkStyle.cs
- TextSchema.cs
- SourceLocationProvider.cs
- Evidence.cs
- UnicastIPAddressInformationCollection.cs
- ByteStorage.cs
- HostedTransportConfigurationManager.cs
- InternalBase.cs
- WebPartDisplayModeCollection.cs
- SqlDataSourceCache.cs
- MenuItemBindingCollection.cs
- CroppedBitmap.cs
- InvalidateEvent.cs
- RuntimeResourceSet.cs
- CurrencyManager.cs
- PreservationFileWriter.cs
- FileVersion.cs
- IntellisenseTextBox.designer.cs
- TrackingProfileSerializer.cs
- EditorAttribute.cs
- BoundPropertyEntry.cs
- HtmlInputButton.cs
- CacheForPrimitiveTypes.cs
- DataGridViewButtonColumn.cs
- JsonDataContract.cs
- PriorityQueue.cs
- CodeAssignStatement.cs
- Function.cs
- TransformProviderWrapper.cs
- ObjectStateManager.cs
- BuildProvider.cs
- XmlSchemaComplexContent.cs
- IndentedWriter.cs
- WebServiceMethodData.cs
- SerializationSectionGroup.cs
- ExternalException.cs
- RequestCachingSection.cs
- TcpTransportBindingElement.cs
- CodeThrowExceptionStatement.cs
- NTAccount.cs
- SingleTagSectionHandler.cs
- SurrogateEncoder.cs
- Formatter.cs
- WebPartDeleteVerb.cs
- FactoryId.cs
- SecurityPermission.cs
- IndexedEnumerable.cs
- DbFunctionCommandTree.cs
- WaitHandle.cs
- MembershipPasswordException.cs
- MessageDirection.cs
- ListBase.cs
- DataGrid.cs
- UidPropertyAttribute.cs
- LinkedList.cs
- Int16KeyFrameCollection.cs
- TemplateBindingExtensionConverter.cs
- DbDataRecord.cs
- AllMembershipCondition.cs
- UnsafeNetInfoNativeMethods.cs
- LayeredChannelFactory.cs
- AssemblyAssociatedContentFileAttribute.cs
- Part.cs
- WhitespaceSignificantCollectionAttribute.cs
- relpropertyhelper.cs
- RectangleF.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- WebPartHeaderCloseVerb.cs
- Adorner.cs
- ServerValidateEventArgs.cs
- TimeStampChecker.cs
- SerializationBinder.cs