Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / BasePattern.cs / 1305600 / BasePattern.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Client-side wrapper for Base Pattern // // History: // 06/23/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Diagnostics; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Internal class /// #if (INTERNAL_COMPILE) internal class BasePattern #else public class BasePattern #endif { internal AutomationElement _el; private SafePatternHandle _hPattern; internal BasePattern( AutomationElement el, SafePatternHandle hPattern ) { Debug.Assert(el != null); _el = el; _hPattern = hPattern; } ////// Overrides Object.Finalize /// ~BasePattern() { // } } } // 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: Client-side wrapper for Base Pattern // // History: // 06/23/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; using System.Diagnostics; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Internal class /// #if (INTERNAL_COMPILE) internal class BasePattern #else public class BasePattern #endif { internal AutomationElement _el; private SafePatternHandle _hPattern; internal BasePattern( AutomationElement el, SafePatternHandle hPattern ) { Debug.Assert(el != null); _el = el; _hPattern = hPattern; } ////// Overrides Object.Finalize /// ~BasePattern() { // } } } // 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
- XPathDocumentBuilder.cs
- PropertyEmitter.cs
- EntitySetDataBindingList.cs
- HtmlInputHidden.cs
- JournalEntryStack.cs
- QueryValue.cs
- JsonCollectionDataContract.cs
- ConfigurationManager.cs
- recordstatescratchpad.cs
- SystemTcpConnection.cs
- DtdParser.cs
- InlineUIContainer.cs
- CharacterMetricsDictionary.cs
- FormViewPagerRow.cs
- WebReference.cs
- ScrollItemPattern.cs
- SignatureToken.cs
- HostingEnvironment.cs
- TransportChannelFactory.cs
- X509Certificate2Collection.cs
- FormViewInsertedEventArgs.cs
- BitmapEffectRenderDataResource.cs
- CanExecuteRoutedEventArgs.cs
- MaskedTextBoxTextEditorDropDown.cs
- TreeWalkHelper.cs
- SerializationFieldInfo.cs
- HttpWebResponse.cs
- TreeViewAutomationPeer.cs
- XmlElementList.cs
- EdmValidator.cs
- RefreshPropertiesAttribute.cs
- RadialGradientBrush.cs
- SettingsPropertyNotFoundException.cs
- ParserOptions.cs
- CacheAxisQuery.cs
- Literal.cs
- DesignTimeXamlWriter.cs
- RuleElement.cs
- ListSortDescriptionCollection.cs
- UserControlAutomationPeer.cs
- ScopedKnownTypes.cs
- Tablet.cs
- ResponseBodyWriter.cs
- Stacktrace.cs
- GenericTextProperties.cs
- KoreanCalendar.cs
- SearchForVirtualItemEventArgs.cs
- Geometry3D.cs
- Pair.cs
- ProcessInputEventArgs.cs
- EventEntry.cs
- EffectiveValueEntry.cs
- MenuCommand.cs
- RtfToXamlLexer.cs
- Tuple.cs
- figurelengthconverter.cs
- MembershipSection.cs
- EntityStoreSchemaGenerator.cs
- LoginCancelEventArgs.cs
- PermissionSetTriple.cs
- SoapSchemaImporter.cs
- DataServiceHostFactory.cs
- SqlVersion.cs
- GridViewDeleteEventArgs.cs
- SqlAliaser.cs
- _TLSstream.cs
- DataGridViewCellValidatingEventArgs.cs
- KeyPressEvent.cs
- WebPartMovingEventArgs.cs
- MultitargetingHelpers.cs
- ProgressiveCrcCalculatingStream.cs
- TargetInvocationException.cs
- NoClickablePointException.cs
- DynamicRenderer.cs
- DataGridRowAutomationPeer.cs
- StoreAnnotationsMap.cs
- TextEditorParagraphs.cs
- NullReferenceException.cs
- ApplicationServicesHostFactory.cs
- CallSiteBinder.cs
- CaseExpr.cs
- SocketInformation.cs
- Misc.cs
- ConfigurationPropertyCollection.cs
- TrackingMemoryStreamFactory.cs
- IDictionary.cs
- StreamGeometry.cs
- SplineKeyFrames.cs
- XmlIgnoreAttribute.cs
- WindowsFormsEditorServiceHelper.cs
- PartitionedStreamMerger.cs
- DynamicPropertyHolder.cs
- LassoSelectionBehavior.cs
- OdbcConnectionPoolProviderInfo.cs
- ArgumentException.cs
- SqlDelegatedTransaction.cs
- CollectionsUtil.cs
- DeviceFilterEditorDialog.cs
- DataException.cs
- InfoCardTrace.cs