Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / BasePattern.cs / 1 / 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
- SystemFonts.cs
- PointCollectionConverter.cs
- TimerEventSubscriptionCollection.cs
- ContainsRowNumberChecker.cs
- RequestCachePolicy.cs
- InvalidPropValue.cs
- IImplicitResourceProvider.cs
- DesigntimeLicenseContextSerializer.cs
- ProgressBar.cs
- QueueProcessor.cs
- CatalogZoneBase.cs
- TypefaceCollection.cs
- SystemIPGlobalStatistics.cs
- HostedController.cs
- ModelUtilities.cs
- RadioButton.cs
- securitycriticaldataClass.cs
- SafeTokenHandle.cs
- KeyValueSerializer.cs
- followingsibling.cs
- GroupStyle.cs
- Calendar.cs
- WebControlsSection.cs
- UTF8Encoding.cs
- DataSourceCache.cs
- SpellerInterop.cs
- CqlLexer.cs
- CanExecuteRoutedEventArgs.cs
- SHA256CryptoServiceProvider.cs
- UnmanagedHandle.cs
- AliasedSlot.cs
- TextBoxBase.cs
- UntypedNullExpression.cs
- GridItemCollection.cs
- ShaperBuffers.cs
- TimeSpanFormat.cs
- BaseValidator.cs
- XPathNavigatorReader.cs
- DataControlHelper.cs
- ReversePositionQuery.cs
- EmptyEnumerable.cs
- FactoryMaker.cs
- CellConstantDomain.cs
- DataBoundControlActionList.cs
- MachineKeySection.cs
- ForeignKeyConstraint.cs
- EventLogTraceListener.cs
- SequentialActivityDesigner.cs
- EnglishPluralizationService.cs
- Cell.cs
- DataIdProcessor.cs
- ListViewItem.cs
- SettingsPropertyValueCollection.cs
- CriticalHandle.cs
- XmlSchemaExternal.cs
- InternalConfigSettingsFactory.cs
- MatrixCamera.cs
- ChtmlFormAdapter.cs
- BamlTreeMap.cs
- ResourceSet.cs
- WindowsAltTab.cs
- VerticalAlignConverter.cs
- UseAttributeSetsAction.cs
- WindowInteropHelper.cs
- FormatConvertedBitmap.cs
- ResourceReferenceExpressionConverter.cs
- ChannelTraceRecord.cs
- KeyGesture.cs
- VScrollBar.cs
- _Events.cs
- Processor.cs
- listviewsubitemcollectioneditor.cs
- SqlParameter.cs
- InkCanvasSelection.cs
- FrameworkContentElement.cs
- BamlWriter.cs
- storepermission.cs
- WrappedDispatcherException.cs
- XmlWriter.cs
- BaseAppDomainProtocolHandler.cs
- ArrayTypeMismatchException.cs
- RestClientProxyHandler.cs
- TriggerActionCollection.cs
- AncestorChangedEventArgs.cs
- AnnotationAdorner.cs
- DesignUtil.cs
- SessionStateModule.cs
- RoleManagerModule.cs
- ProcessHostServerConfig.cs
- SqlClientFactory.cs
- RouteValueExpressionBuilder.cs
- TreeView.cs
- NameValueSectionHandler.cs
- PartitionerQueryOperator.cs
- KeyboardEventArgs.cs
- PageEventArgs.cs
- ModelItemKeyValuePair.cs
- PackageController.cs
- AssemblyBuilderData.cs
- controlskin.cs