Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationTypes / System / Windows / Automation / ScrollItemPatternIdentifiers.cs / 1 / ScrollItemPatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for ScrollItem Pattern // // History: // 04/15/2005 : [....] Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Represents UI elements in a scrollable area that can be scrolled to. /// #if (INTERNAL_COMPILE) internal static class ScrollItemPatternIdentifiers #else public static class ScrollItemPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Scroll pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.ScrollItem_Pattern, "ScrollItemPatternIdentifiers.Pattern"); #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
- NativeRecognizer.cs
- AssemblyInfo.cs
- TypeResolvingOptions.cs
- Mutex.cs
- TextTreeInsertElementUndoUnit.cs
- PathFigure.cs
- Collection.cs
- GridViewRow.cs
- UriSchemeKeyedCollection.cs
- XmlAttributeCollection.cs
- SiteMapHierarchicalDataSourceView.cs
- DefaultHttpHandler.cs
- TextEditorDragDrop.cs
- DataGridViewSelectedRowCollection.cs
- TreeNodeBinding.cs
- BufferModeSettings.cs
- XmlAnyElementAttribute.cs
- OperationAbortedException.cs
- StyleBamlRecordReader.cs
- SoapSchemaMember.cs
- SchemaImporterExtension.cs
- StringArrayConverter.cs
- ShaderEffect.cs
- GenerateScriptTypeAttribute.cs
- URI.cs
- LicenseContext.cs
- FloatMinMaxAggregationOperator.cs
- PropertyDescriptorCollection.cs
- oledbmetadatacolumnnames.cs
- XmlUTF8TextReader.cs
- cookiecollection.cs
- XmlCDATASection.cs
- VirtualPathData.cs
- BlurBitmapEffect.cs
- Symbol.cs
- OpacityConverter.cs
- GeneralTransformGroup.cs
- MenuAutomationPeer.cs
- ScrollItemPatternIdentifiers.cs
- HelpKeywordAttribute.cs
- Rect3DValueSerializer.cs
- ControlIdConverter.cs
- BindingContext.cs
- RegistrationServices.cs
- SqlDataReader.cs
- DataControlFieldCollection.cs
- StorageRoot.cs
- UriTemplateHelpers.cs
- SafeHandles.cs
- PaperSize.cs
- DebuggerAttributes.cs
- Byte.cs
- SiteMapSection.cs
- Parser.cs
- EmptyControlCollection.cs
- IssuedSecurityTokenParameters.cs
- SqlDependencyListener.cs
- CodeTypeDelegate.cs
- SqlBinder.cs
- typedescriptorpermission.cs
- PKCS1MaskGenerationMethod.cs
- Input.cs
- RenderingBiasValidation.cs
- VisualStyleElement.cs
- AtomServiceDocumentSerializer.cs
- CommonRemoteMemoryBlock.cs
- DataServiceOperationContext.cs
- Condition.cs
- TimeoutException.cs
- __FastResourceComparer.cs
- ScriptBehaviorDescriptor.cs
- XPathScanner.cs
- EncryptedKey.cs
- XmlTextReaderImpl.cs
- NavigateEvent.cs
- RegexStringValidatorAttribute.cs
- ProcessInputEventArgs.cs
- MaterialGroup.cs
- TrackingLocationCollection.cs
- diagnosticsswitches.cs
- SystemIPv6InterfaceProperties.cs
- LambdaCompiler.Logical.cs
- SkipStoryboardToFill.cs
- OdbcErrorCollection.cs
- Vector3DCollection.cs
- PointHitTestResult.cs
- PointConverter.cs
- ToolStripSystemRenderer.cs
- NoneExcludedImageIndexConverter.cs
- ClientSideProviderDescription.cs
- MetadataItemSerializer.cs
- FontWeight.cs
- RuntimeHandles.cs
- ObjectItemCollection.cs
- RootBrowserWindowProxy.cs
- RegexWriter.cs
- SymmetricCryptoHandle.cs
- UseLicense.cs
- InplaceBitmapMetadataWriter.cs
- WindowsIdentity.cs