Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / AutomationProperty.cs / 1 / AutomationProperty.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Identifier for Automation Properties // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Identifier for Automation Properties /// #if (INTERNAL_COMPILE) internal class AutomationProperty: AutomationIdentifier #else public class AutomationProperty: AutomationIdentifier #endif { internal AutomationProperty(int id, Guid guid, string programmaticName) : base(UiaCoreTypesApi.AutomationIdType.Property, id, guid, programmaticName) { } ////// internal static AutomationProperty Register(Guid guid, string programmaticName) { return (AutomationProperty)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.Property, guid, programmaticName); } ////// public static AutomationProperty LookupById(int id) { return (AutomationProperty)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.Property, id); } } } // 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: Identifier for Automation Properties // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Identifier for Automation Properties /// #if (INTERNAL_COMPILE) internal class AutomationProperty: AutomationIdentifier #else public class AutomationProperty: AutomationIdentifier #endif { internal AutomationProperty(int id, Guid guid, string programmaticName) : base(UiaCoreTypesApi.AutomationIdType.Property, id, guid, programmaticName) { } ////// internal static AutomationProperty Register(Guid guid, string programmaticName) { return (AutomationProperty)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.Property, guid, programmaticName); } ////// public static AutomationProperty LookupById(int id) { return (AutomationProperty)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.Property, id); } } } // 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
- ToolStripSeparatorRenderEventArgs.cs
- EdmItemError.cs
- OracleEncoding.cs
- GregorianCalendarHelper.cs
- ResourceAttributes.cs
- ActivationArguments.cs
- ReceiveActivity.cs
- AssemblyBuilder.cs
- BaseParser.cs
- InputEventArgs.cs
- PeerNearMe.cs
- CodeDOMUtility.cs
- StackSpiller.cs
- TextClipboardData.cs
- RemotingConfiguration.cs
- RegexReplacement.cs
- KeyEventArgs.cs
- ToolBarPanel.cs
- SliderAutomationPeer.cs
- SchemaImporterExtension.cs
- StylusCollection.cs
- Code.cs
- SortDescriptionCollection.cs
- SqlUtil.cs
- StickyNoteHelper.cs
- TransformGroup.cs
- BindingMemberInfo.cs
- ViewStateModeByIdAttribute.cs
- TreeWalker.cs
- SqlMetaData.cs
- DefaultDiscoveryServiceExtension.cs
- IPPacketInformation.cs
- Rule.cs
- TypeReference.cs
- UnsafeNativeMethodsCLR.cs
- ObjectViewListener.cs
- MetadataItem.cs
- CodeExporter.cs
- DataSourceProvider.cs
- XmlSchemaCollection.cs
- SafeFileMappingHandle.cs
- Triplet.cs
- ContentElementAutomationPeer.cs
- CodeMemberProperty.cs
- X509ChainPolicy.cs
- WindowsRichEdit.cs
- ProcessingInstructionAction.cs
- ResourceDisplayNameAttribute.cs
- AsyncWaitHandle.cs
- RegexCompiler.cs
- Logging.cs
- HyperLinkColumn.cs
- TextAdaptor.cs
- Soap.cs
- BinaryObjectReader.cs
- DoubleUtil.cs
- LinearKeyFrames.cs
- SerializerProvider.cs
- ISO2022Encoding.cs
- SR.Designer.cs
- ConfigurationManagerHelperFactory.cs
- DynamicQueryableWrapper.cs
- WindowInteropHelper.cs
- SecurityDocument.cs
- DBConcurrencyException.cs
- ToolboxControl.cs
- AnonymousIdentificationSection.cs
- XmlMembersMapping.cs
- TagPrefixCollection.cs
- HtmlListAdapter.cs
- SqlTopReducer.cs
- ITextView.cs
- SpanIndex.cs
- WebUtil.cs
- SafeFileHandle.cs
- XmlElementList.cs
- SoapObjectReader.cs
- ScalarType.cs
- cookieexception.cs
- NullableFloatSumAggregationOperator.cs
- BaseResourcesBuildProvider.cs
- DesignSurfaceEvent.cs
- SplitterPanel.cs
- RequestCacheManager.cs
- FileDialog_Vista.cs
- RegexCapture.cs
- NotFiniteNumberException.cs
- PublisherIdentityPermission.cs
- NameGenerator.cs
- ITextView.cs
- NamespaceList.cs
- XmlArrayItemAttributes.cs
- EpmSourcePathSegment.cs
- HybridDictionary.cs
- MeasureItemEvent.cs
- WebMessageEncodingElement.cs
- List.cs
- EntityDataSourceState.cs
- ChannelBinding.cs
- MultilineStringConverter.cs