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
- Win32SafeHandles.cs
- DataBinding.cs
- SerialReceived.cs
- DigestTraceRecordHelper.cs
- HwndSourceKeyboardInputSite.cs
- StrongNamePublicKeyBlob.cs
- EncoderBestFitFallback.cs
- ToolTipAutomationPeer.cs
- RemoteDebugger.cs
- State.cs
- LayoutTable.cs
- TemplateBamlRecordReader.cs
- AssemblyName.cs
- SqlDataSource.cs
- BasicDesignerLoader.cs
- DataRowComparer.cs
- Operand.cs
- DataGridItemEventArgs.cs
- Vars.cs
- FlowDocumentReaderAutomationPeer.cs
- EventManager.cs
- UrlAuthorizationModule.cs
- WinFormsSecurity.cs
- UInt32.cs
- LoginName.cs
- DbParameterCollection.cs
- HtmlElementEventArgs.cs
- NodeInfo.cs
- KeySpline.cs
- Int64.cs
- JapaneseLunisolarCalendar.cs
- AbstractSvcMapFileLoader.cs
- MruCache.cs
- PrinterResolution.cs
- IDispatchConstantAttribute.cs
- SqlBinder.cs
- ToolStripItemEventArgs.cs
- Misc.cs
- DataAccessException.cs
- TextEffectCollection.cs
- Overlapped.cs
- GenerateScriptTypeAttribute.cs
- BoundField.cs
- AdvancedBindingPropertyDescriptor.cs
- ListViewDeletedEventArgs.cs
- OneOfElement.cs
- NamespaceMapping.cs
- SimplePropertyEntry.cs
- XmlWrappingReader.cs
- BitmapFrameDecode.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- AspNetHostingPermission.cs
- OperationCanceledException.cs
- SerializeAbsoluteContext.cs
- ObjectFullSpanRewriter.cs
- Query.cs
- DbCommandTree.cs
- ExceptionUtility.cs
- ManualResetEvent.cs
- ToolStripContentPanelRenderEventArgs.cs
- CookielessHelper.cs
- ActiveXHelper.cs
- NotifyParentPropertyAttribute.cs
- ObjectNotFoundException.cs
- GeneralTransform3D.cs
- sapiproxy.cs
- RoutedEventArgs.cs
- StaticExtensionConverter.cs
- RtfControls.cs
- MultipleViewProviderWrapper.cs
- ControlTemplate.cs
- WorkflowDurableInstance.cs
- SimpleMailWebEventProvider.cs
- ModelToObjectValueConverter.cs
- Model3DGroup.cs
- TypeReference.cs
- RadioButtonList.cs
- ToolStripSplitButton.cs
- OletxEnlistment.cs
- EventHandlerList.cs
- OverflowException.cs
- SizeLimitedCache.cs
- PathFigureCollection.cs
- AnonymousIdentificationSection.cs
- XmlSecureResolver.cs
- HttpModuleActionCollection.cs
- InternalCache.cs
- VisualStyleInformation.cs
- NotifyIcon.cs
- ClockController.cs
- DataGridViewColumnEventArgs.cs
- TimeSpan.cs
- MasterPage.cs
- FunctionCommandText.cs
- DoubleCollectionConverter.cs
- BridgeDataRecord.cs
- DataBindingCollection.cs
- MachineKeyConverter.cs
- GenericTypeParameterBuilder.cs
- AssemblyInfo.cs