Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / ValuePatternIdentifiers.cs / 1 / ValuePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Value Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Represents UI elements that are expressing a value /// #if (INTERNAL_COMPILE) internal static class ValuePatternIdentifiers #else public static class ValuePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Value pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Value_Pattern, "ValuePatternIdentifiers.Pattern"); ///Property ID: Value - Value of a value control, as a human-readable string public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_Property, "ValuePatternIdentifiers.ValueProperty"); ///Property ID: IsReadOnly - Indicates that the value can only be read, not modified. public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_IsReadOnly_Property, "ValuePatternIdentifiers.IsReadOnlyProperty"); #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 Value Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Represents UI elements that are expressing a value /// #if (INTERNAL_COMPILE) internal static class ValuePatternIdentifiers #else public static class ValuePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Value pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Value_Pattern, "ValuePatternIdentifiers.Pattern"); ///Property ID: Value - Value of a value control, as a human-readable string public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_Property, "ValuePatternIdentifiers.ValueProperty"); ///Property ID: IsReadOnly - Indicates that the value can only be read, not modified. public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_IsReadOnly_Property, "ValuePatternIdentifiers.IsReadOnlyProperty"); #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
- SqlIdentifier.cs
- DataErrorValidationRule.cs
- CapabilitiesState.cs
- ZipIOExtraField.cs
- XmlNullResolver.cs
- MetadataPropertyvalue.cs
- PenThread.cs
- LZCodec.cs
- QilPatternFactory.cs
- CounterCreationDataConverter.cs
- RequestCachingSection.cs
- SizeLimitedCache.cs
- PrintDocument.cs
- TransactionFlowElement.cs
- EntityDataSourceContainerNameItem.cs
- Vector3DValueSerializer.cs
- RectangleF.cs
- Crypto.cs
- ProfileProvider.cs
- StringUtil.cs
- Opcode.cs
- StreamSecurityUpgradeProvider.cs
- DBCommandBuilder.cs
- KnownBoxes.cs
- SchemaMapping.cs
- QilReplaceVisitor.cs
- SEHException.cs
- SingleKeyFrameCollection.cs
- ReplyAdapterChannelListener.cs
- WSSecurityPolicy12.cs
- FieldCollectionEditor.cs
- FrameworkElement.cs
- IteratorDescriptor.cs
- DropShadowBitmapEffect.cs
- AddInAdapter.cs
- securestring.cs
- IRCollection.cs
- StyleSheet.cs
- IdentityValidationException.cs
- DataServiceException.cs
- _SslState.cs
- _SSPIWrapper.cs
- TagPrefixCollection.cs
- DCSafeHandle.cs
- FlatButtonAppearance.cs
- RequestValidator.cs
- HttpListenerPrefixCollection.cs
- PagesSection.cs
- StringConcat.cs
- ObjectPersistData.cs
- MiniAssembly.cs
- EntityDataSourceDataSelection.cs
- BufferBuilder.cs
- RepeaterCommandEventArgs.cs
- SafeFileMappingHandle.cs
- DataRecord.cs
- _Semaphore.cs
- JpegBitmapEncoder.cs
- XLinq.cs
- SQlBooleanStorage.cs
- SqlDataSource.cs
- PathSegmentCollection.cs
- DataBinding.cs
- IgnoreSection.cs
- ActionFrame.cs
- unsafeIndexingFilterStream.cs
- PublisherMembershipCondition.cs
- PropertyValueUIItem.cs
- ComponentSerializationService.cs
- streamingZipPartStream.cs
- Exception.cs
- SQLBinary.cs
- AmbiguousMatchException.cs
- SqlNodeAnnotations.cs
- CompilerResults.cs
- MenuBase.cs
- Application.cs
- ZoneIdentityPermission.cs
- SystemColorTracker.cs
- MonthCalendarDesigner.cs
- CompoundFileDeflateTransform.cs
- DependencyPropertyConverter.cs
- ModelPropertyCollectionImpl.cs
- DuplexChannelBinder.cs
- ProxyElement.cs
- SecurityTokenProvider.cs
- TextServicesCompartmentContext.cs
- XmlAttributeAttribute.cs
- SchemaTableColumn.cs
- altserialization.cs
- JsonUriDataContract.cs
- SafeNativeMethods.cs
- PerformanceCounterLib.cs
- X509Certificate2Collection.cs
- HtmlUtf8RawTextWriter.cs
- Metadata.cs
- RegisteredHiddenField.cs
- OnOperation.cs
- ReferenceAssemblyAttribute.cs
- CodeExporter.cs