Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / ExpandCollapsePatternIdentifiers.cs / 1 / ExpandCollapsePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for ExpandCollapse Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Used by ExpandCollapse pattern to indicate expanded/collapsed state /// [ComVisible(true)] [Guid("76d12d7e-b227-4417-9ce2-42642ffa896a")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum ExpandCollapseState #else public enum ExpandCollapseState #endif { ///No children are showing Collapsed, ///All children are showing Expanded, ///Not all children are showing PartiallyExpanded, ///Does not expand or collapse LeafNode } ///wrapper class for ExpandCollapse pattern #if (INTERNAL_COMPILE) internal static class ExpandCollapsePatternIdentifiers #else public static class ExpandCollapsePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Scroll pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.ExpandCollapse_Pattern, "ExpandCollapsePatternIdentifiers.Pattern"); ///Property ID: ExpandCollapseState - Current Collapsed or Expanded state public static readonly AutomationProperty ExpandCollapseStateProperty = AutomationProperty.Register(AutomationIdentifierGuids.ExpandCollapse_State_Property, "ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty"); #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 ExpandCollapse Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Used by ExpandCollapse pattern to indicate expanded/collapsed state /// [ComVisible(true)] [Guid("76d12d7e-b227-4417-9ce2-42642ffa896a")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum ExpandCollapseState #else public enum ExpandCollapseState #endif { ///No children are showing Collapsed, ///All children are showing Expanded, ///Not all children are showing PartiallyExpanded, ///Does not expand or collapse LeafNode } ///wrapper class for ExpandCollapse pattern #if (INTERNAL_COMPILE) internal static class ExpandCollapsePatternIdentifiers #else public static class ExpandCollapsePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Scroll pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.ExpandCollapse_Pattern, "ExpandCollapsePatternIdentifiers.Pattern"); ///Property ID: ExpandCollapseState - Current Collapsed or Expanded state public static readonly AutomationProperty ExpandCollapseStateProperty = AutomationProperty.Register(AutomationIdentifierGuids.ExpandCollapse_State_Property, "ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty"); #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
- SchemaImporterExtensionElement.cs
- EventHandlersStore.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- PixelFormatConverter.cs
- WinCategoryAttribute.cs
- ShaderEffect.cs
- FixedStringLookup.cs
- DiagnosticsElement.cs
- ProgressBar.cs
- TcpWorkerProcess.cs
- DesignerForm.cs
- ISO2022Encoding.cs
- TableLayoutPanelCellPosition.cs
- AxImporter.cs
- HostingEnvironmentSection.cs
- IDispatchConstantAttribute.cs
- CallbackBehaviorAttribute.cs
- BuilderPropertyEntry.cs
- ConstraintCollection.cs
- ConstructorExpr.cs
- ButtonFieldBase.cs
- SweepDirectionValidation.cs
- MenuItem.cs
- ExtractorMetadata.cs
- odbcmetadatacolumnnames.cs
- WorkflowPrinting.cs
- VisemeEventArgs.cs
- ArrayTypeMismatchException.cs
- TypefaceMetricsCache.cs
- ExtendedPropertyCollection.cs
- SlotInfo.cs
- ExpressionBindings.cs
- HttpHandler.cs
- HtmlFormParameterReader.cs
- Pen.cs
- TemplateControl.cs
- UnionExpr.cs
- RegisterResponseInfo.cs
- ResourceDescriptionAttribute.cs
- MulticastOption.cs
- DiscoveryServerProtocol.cs
- TerminatorSinks.cs
- CodeSnippetTypeMember.cs
- ContentHostHelper.cs
- WebPartConnectionsConnectVerb.cs
- metadatamappinghashervisitor.cs
- EventBuilder.cs
- _HeaderInfoTable.cs
- KeyTimeConverter.cs
- ObfuscationAttribute.cs
- HtmlAnchor.cs
- RectangleF.cs
- DeviceSpecificChoiceCollection.cs
- SourceElementsCollection.cs
- XamlPathDataSerializer.cs
- AttributeSetAction.cs
- Window.cs
- MultipartContentParser.cs
- ToolStripPanelCell.cs
- StrokeNodeOperations.cs
- xml.cs
- NamespaceMapping.cs
- SortDescriptionCollection.cs
- ErrorRuntimeConfig.cs
- AutoGeneratedFieldProperties.cs
- SubclassTypeValidator.cs
- ElementHostPropertyMap.cs
- XPathSingletonIterator.cs
- SortedList.cs
- DataControlFieldCell.cs
- PartitionResolver.cs
- AssemblyCollection.cs
- TemplateNameScope.cs
- ConnectionConsumerAttribute.cs
- StringPropertyBuilder.cs
- ServiceElementCollection.cs
- SystemPens.cs
- DataGridViewControlCollection.cs
- ToolStripDropDownDesigner.cs
- UnsafeNativeMethods.cs
- ValidationPropertyAttribute.cs
- LoginDesignerUtil.cs
- CookieParameter.cs
- designeractionlistschangedeventargs.cs
- FamilyTypefaceCollection.cs
- QuaternionRotation3D.cs
- TreeNodeBindingCollection.cs
- HtmlElement.cs
- ChangeBlockUndoRecord.cs
- RegistryKey.cs
- XmlChildEnumerator.cs
- OleDbFactory.cs
- FontSource.cs
- Attachment.cs
- OdbcStatementHandle.cs
- DirectoryGroupQuery.cs
- TogglePattern.cs
- DeflateInput.cs
- IndentedTextWriter.cs
- TemplateContent.cs