Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPatternInfo.cs / 1305600 / AutomationPatternInfo.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation property // // History: // 06/04/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Automation; using System.Windows.Automation.Peers; namespace MS.Internal.Automation { // struct containing information about an automation pattern internal delegate object WrapObject( AutomationPeer peer, object iface, IntPtr hwnd ); internal class AutomationPatternInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPatternInfo( AutomationPattern id, WrapObject wcpWrapper) { _id = id; _wcpWrapper = wcpWrapper; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationPattern ID { get { return _id; } } internal WrapObject WcpWrapper { get { return _wcpWrapper; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationPattern _id; private WrapObject _wcpWrapper; #endregion Private 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
- PageRanges.cs
- WorkflowRuntimeElement.cs
- AddInSegmentDirectoryNotFoundException.cs
- Dump.cs
- CommonObjectSecurity.cs
- TreeViewEvent.cs
- BinaryMessageFormatter.cs
- HttpListenerRequestTraceRecord.cs
- RtfToXamlReader.cs
- SubtreeProcessor.cs
- MachineKeySection.cs
- LexicalChunk.cs
- CharacterHit.cs
- FragmentNavigationEventArgs.cs
- DigitShape.cs
- PathStreamGeometryContext.cs
- ChannelSinkStacks.cs
- DispatchOperation.cs
- TableParaClient.cs
- CalendarButtonAutomationPeer.cs
- ParserHooks.cs
- ConfigurationSectionGroupCollection.cs
- InlineObject.cs
- StrokeCollectionConverter.cs
- JsonFormatWriterGenerator.cs
- FunctionGenerator.cs
- StorageAssociationTypeMapping.cs
- SafeNativeMethodsMilCoreApi.cs
- XXXOnTypeBuilderInstantiation.cs
- SecurityException.cs
- HttpWrapper.cs
- ProjectionPathBuilder.cs
- WsatExtendedInformation.cs
- Cast.cs
- TemplateInstanceAttribute.cs
- XamlPoint3DCollectionSerializer.cs
- IisTraceListener.cs
- ImageList.cs
- PriorityRange.cs
- remotingproxy.cs
- FreezableCollection.cs
- Point3D.cs
- DataGridViewCellStateChangedEventArgs.cs
- ResizeGrip.cs
- ConfigsHelper.cs
- TransformedBitmap.cs
- EventLogPermissionEntry.cs
- DesignerForm.cs
- SchemaImporterExtensionsSection.cs
- PreviousTrackingServiceAttribute.cs
- ResourceExpression.cs
- HMACSHA1.cs
- Gdiplus.cs
- CodeGotoStatement.cs
- SqlNotificationRequest.cs
- IntegrationExceptionEventArgs.cs
- IODescriptionAttribute.cs
- UriParserTemplates.cs
- ReadOnlyCollection.cs
- FullTextLine.cs
- CultureInfoConverter.cs
- TypedElement.cs
- FilterException.cs
- XPathArrayIterator.cs
- XmlSchemaInclude.cs
- Package.cs
- FileUpload.cs
- LookupBindingPropertiesAttribute.cs
- SuppressMessageAttribute.cs
- OleCmdHelper.cs
- ProtocolsConfigurationHandler.cs
- ModelTreeEnumerator.cs
- XPathEmptyIterator.cs
- XmlSchemaRedefine.cs
- EndpointBehaviorElement.cs
- ActiveDocumentEvent.cs
- BuildProviderAppliesToAttribute.cs
- TemplatedWizardStep.cs
- ThemeDirectoryCompiler.cs
- WindowsRichEditRange.cs
- HtmlTitle.cs
- KeysConverter.cs
- LicenseProviderAttribute.cs
- DataServiceQueryOfT.cs
- DataGrid.cs
- NavigatorOutput.cs
- OLEDB_Util.cs
- SqlXml.cs
- SymmetricKeyWrap.cs
- JulianCalendar.cs
- LocationReferenceEnvironment.cs
- HttpHandlerAction.cs
- CodeStatement.cs
- Evaluator.cs
- Animatable.cs
- SmtpNtlmAuthenticationModule.cs
- TripleDES.cs
- HtmlInputRadioButton.cs
- BindValidator.cs
- BrowsableAttribute.cs