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
- PlanCompiler.cs
- XmlSchemaSimpleTypeList.cs
- BinaryQueryOperator.cs
- HierarchicalDataBoundControlAdapter.cs
- ItemsPresenter.cs
- TracePayload.cs
- XmlQueryContext.cs
- XPathNodeInfoAtom.cs
- DropShadowEffect.cs
- LinqDataSourceHelper.cs
- TrackingMemoryStreamFactory.cs
- DBSqlParserTable.cs
- RuntimeArgumentHandle.cs
- ResourceDisplayNameAttribute.cs
- FamilyTypeface.cs
- TreeNodeStyle.cs
- RawStylusInput.cs
- XNameTypeConverter.cs
- HostingEnvironmentSection.cs
- CngUIPolicy.cs
- Decorator.cs
- MarkupCompiler.cs
- AssemblyBuilderData.cs
- MimePart.cs
- HwndHost.cs
- PropertyGeneratedEventArgs.cs
- TdsEnums.cs
- DataTableTypeConverter.cs
- OletxCommittableTransaction.cs
- ColumnMapTranslator.cs
- SqlWebEventProvider.cs
- ExpressionBindingCollection.cs
- Rotation3D.cs
- DeploymentSection.cs
- Update.cs
- FilterQuery.cs
- HatchBrush.cs
- XmlNodeList.cs
- FileUtil.cs
- Socket.cs
- AsyncSerializedWorker.cs
- DataGridViewLinkCell.cs
- ACL.cs
- BypassElement.cs
- XmlSerializerNamespaces.cs
- StylusPointPropertyUnit.cs
- SingleStorage.cs
- selecteditemcollection.cs
- TypographyProperties.cs
- ReadOnlyCollectionBuilder.cs
- PropertyBuilder.cs
- WmpBitmapEncoder.cs
- ObjectSpanRewriter.cs
- DocComment.cs
- IndexedGlyphRun.cs
- ExpandCollapseProviderWrapper.cs
- SpellerError.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- CodeRegionDirective.cs
- XmlSubtreeReader.cs
- SchemaNamespaceManager.cs
- SafeEventHandle.cs
- HttpRuntimeSection.cs
- HttpAsyncResult.cs
- EncoderExceptionFallback.cs
- mediaeventargs.cs
- TypeCodeDomSerializer.cs
- WinEventQueueItem.cs
- ComplexPropertyEntry.cs
- ThicknessAnimationUsingKeyFrames.cs
- GridViewDeletedEventArgs.cs
- InstanceKey.cs
- smtppermission.cs
- WindowsTokenRoleProvider.cs
- WindowsImpersonationContext.cs
- DefaultPropertiesToSend.cs
- SQlBooleanStorage.cs
- ColorDialog.cs
- TriggerAction.cs
- CustomErrorsSectionWrapper.cs
- LineGeometry.cs
- AttachedAnnotationChangedEventArgs.cs
- SynchronizationContext.cs
- FileRecordSequenceCompletedAsyncResult.cs
- GridViewCommandEventArgs.cs
- DataDocumentXPathNavigator.cs
- EllipseGeometry.cs
- WorkflowInstance.cs
- SafeCoTaskMem.cs
- XmlBindingWorker.cs
- TiffBitmapDecoder.cs
- DataSetUtil.cs
- StorageConditionPropertyMapping.cs
- DrawingImage.cs
- ProfileManager.cs
- ProjectionRewriter.cs
- XmlParserContext.cs
- EndPoint.cs
- MetadataCollection.cs
- ListSortDescription.cs