Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / GridItemPatternIdentifiers.cs / 1 / GridItemPatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for GridItem Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Allows clients to quickly determine if an item they discover is part /// of a grid and, if so, where the item is in the grid in terms of row/column coordinates /// and spans. /// #if (INTERNAL_COMPILE) internal static class GridItemPatternIdentifiers #else public static class GridItemPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///GridItem pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.GridItem_Pattern, "GridItemPatternIdentifiers.Pattern"); ///RowCount public static readonly AutomationProperty RowProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_Row_Property, "GridItemPatternIdentifiers.RowProperty"); ///ColumnCount public static readonly AutomationProperty ColumnProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_Column_Property, "GridItemPatternIdentifiers.ColumnProperty"); ///RowSpan public static readonly AutomationProperty RowSpanProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_RowSpan_Property, "GridItemPatternIdentifiers.RowSpanProperty"); ///ColumnSpan public static readonly AutomationProperty ColumnSpanProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_ColumnSpan_Property, "GridItemPatternIdentifiers.ColumnSpanProperty"); ///The logical element that supports the GripPattern for this Item public static readonly AutomationProperty ContainingGridProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_Parent_Property, "GridItemPatternIdentifiers.ContainingGridProperty"); #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 GridItem Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Allows clients to quickly determine if an item they discover is part /// of a grid and, if so, where the item is in the grid in terms of row/column coordinates /// and spans. /// #if (INTERNAL_COMPILE) internal static class GridItemPatternIdentifiers #else public static class GridItemPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///GridItem pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.GridItem_Pattern, "GridItemPatternIdentifiers.Pattern"); ///RowCount public static readonly AutomationProperty RowProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_Row_Property, "GridItemPatternIdentifiers.RowProperty"); ///ColumnCount public static readonly AutomationProperty ColumnProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_Column_Property, "GridItemPatternIdentifiers.ColumnProperty"); ///RowSpan public static readonly AutomationProperty RowSpanProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_RowSpan_Property, "GridItemPatternIdentifiers.RowSpanProperty"); ///ColumnSpan public static readonly AutomationProperty ColumnSpanProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_ColumnSpan_Property, "GridItemPatternIdentifiers.ColumnSpanProperty"); ///The logical element that supports the GripPattern for this Item public static readonly AutomationProperty ContainingGridProperty = AutomationProperty.Register(AutomationIdentifierGuids.GridItem_Parent_Property, "GridItemPatternIdentifiers.ContainingGridProperty"); #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
- PlaceHolder.cs
- StyleXamlTreeBuilder.cs
- MethodToken.cs
- SmiEventSink_DeferedProcessing.cs
- storepermissionattribute.cs
- WindowShowOrOpenTracker.cs
- COM2ExtendedUITypeEditor.cs
- SqlDependencyListener.cs
- formatstringdialog.cs
- XmlElementAttributes.cs
- HttpClientCertificate.cs
- WorkflowMarkupSerializerMapping.cs
- DataException.cs
- Blend.cs
- BamlMapTable.cs
- PathSegmentCollection.cs
- DbParameterHelper.cs
- XamlContextStack.cs
- DescendentsWalkerBase.cs
- GenericUriParser.cs
- LabelInfo.cs
- SrgsRule.cs
- HeaderLabel.cs
- ObjectQuery_EntitySqlExtensions.cs
- RefreshPropertiesAttribute.cs
- BitmapEffect.cs
- GlobalizationAssembly.cs
- PtsHost.cs
- EntityClientCacheEntry.cs
- InvalidProgramException.cs
- HttpContextServiceHost.cs
- DataMemberConverter.cs
- FacetEnabledSchemaElement.cs
- UpDownBase.cs
- SafeTimerHandle.cs
- ProcessInfo.cs
- ColorConverter.cs
- VBIdentifierName.cs
- TypeDependencyAttribute.cs
- XmlSerializationReader.cs
- ParagraphResult.cs
- BookmarkInfo.cs
- FontFamilyValueSerializer.cs
- FactoryMaker.cs
- SettingsContext.cs
- SQLStringStorage.cs
- EntityDataSourceDataSelectionPanel.cs
- DynamicHyperLink.cs
- AffineTransform3D.cs
- PersonalizationStateInfoCollection.cs
- ContainerParaClient.cs
- DataServiceHost.cs
- BamlLocalizationDictionary.cs
- View.cs
- GenericEnumerator.cs
- RawStylusInput.cs
- Guid.cs
- VideoDrawing.cs
- CellLabel.cs
- RequestResponse.cs
- DSASignatureDeformatter.cs
- DefaultValueAttribute.cs
- RewritingValidator.cs
- TemplatedAdorner.cs
- MouseEvent.cs
- CodeCastExpression.cs
- OciLobLocator.cs
- Literal.cs
- Inline.cs
- SessionViewState.cs
- Action.cs
- TreeViewItem.cs
- ObjectHelper.cs
- RenderCapability.cs
- _ShellExpression.cs
- VerticalAlignConverter.cs
- BrowserTree.cs
- EntityKeyElement.cs
- PolygonHotSpot.cs
- ContactManager.cs
- ClientUtils.cs
- RowVisual.cs
- CustomAssemblyResolver.cs
- SecureEnvironment.cs
- State.cs
- ReferenceService.cs
- BaseCodeDomTreeGenerator.cs
- FontStyle.cs
- ArgumentException.cs
- WindowAutomationPeer.cs
- IODescriptionAttribute.cs
- ServiceBusyException.cs
- WebDescriptionAttribute.cs
- HttpAsyncResult.cs
- Table.cs
- WebRequestModuleElementCollection.cs
- CodeGeneratorOptions.cs
- BrushValueSerializer.cs
- BooleanFunctions.cs
- WebBrowserHelper.cs