Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / OrCondition.cs / 1 / OrCondition.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // // History: // 10/14/2003 : BrendanM - Created // //--------------------------------------------------------------------------- // PRESHARP: In order to avoid generating warnings about unkown message numbers and unknown pragmas. #pragma warning disable 1634, 1691 using System; using MS.Internal.Automation; using System.Windows.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Condition that checks whether a pattern is currently present for a LogicalElement /// #if (INTERNAL_COMPILE) internal class OrCondition : Condition #else public class OrCondition : Condition #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor to create a condition that is true if any of the sub-conditions are true /// /// One or more sub-condition public OrCondition( params Condition [ ] conditions ) { Misc.ValidateArgumentNonNull( conditions, "conditions" ); Misc.ValidateArgument( conditions.Length >= 2, SRID.MustBeAtLeastTwoConditions ); foreach( Condition condition in conditions ) { Misc.ValidateArgumentNonNull( condition, "conditions" ); } // clone array to prevent accidental tampering _conditions = (Condition[])conditions.Clone(); _conditionArrayHandle = SafeConditionMemoryHandle.AllocateConditionArrayHandle(_conditions); // DangerousGetHandle() reminds us that the IntPtr we get back could be collected/released/recycled. We're safe here, // because the Conditions are structured in a tree, with the root one (which gets passed to the Uia API) keeping all // others - and their associated data - alive. (Recycling isn't an issue as these are immutable classes.) SetMarshalData(new UiaCoreApi.UiaAndOrCondition(UiaCoreApi.ConditionType.Or, _conditionArrayHandle.DangerousGetHandle(), _conditions.Length)); } #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods ////// Returns an array of the sub conditions for this condition. /// ////// The returned array is a copy; modifying it will not affect the /// state of the condition. /// public Condition [ ] GetConditions() { return (Condition []) _conditions.Clone(); } #endregion Public Methods //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields Condition [ ] _conditions; SafeConditionMemoryHandle _conditionArrayHandle; #endregion Private Fields } } // 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: // // History: // 10/14/2003 : BrendanM - Created // //--------------------------------------------------------------------------- // PRESHARP: In order to avoid generating warnings about unkown message numbers and unknown pragmas. #pragma warning disable 1634, 1691 using System; using MS.Internal.Automation; using System.Windows.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Condition that checks whether a pattern is currently present for a LogicalElement /// #if (INTERNAL_COMPILE) internal class OrCondition : Condition #else public class OrCondition : Condition #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor to create a condition that is true if any of the sub-conditions are true /// /// One or more sub-condition public OrCondition( params Condition [ ] conditions ) { Misc.ValidateArgumentNonNull( conditions, "conditions" ); Misc.ValidateArgument( conditions.Length >= 2, SRID.MustBeAtLeastTwoConditions ); foreach( Condition condition in conditions ) { Misc.ValidateArgumentNonNull( condition, "conditions" ); } // clone array to prevent accidental tampering _conditions = (Condition[])conditions.Clone(); _conditionArrayHandle = SafeConditionMemoryHandle.AllocateConditionArrayHandle(_conditions); // DangerousGetHandle() reminds us that the IntPtr we get back could be collected/released/recycled. We're safe here, // because the Conditions are structured in a tree, with the root one (which gets passed to the Uia API) keeping all // others - and their associated data - alive. (Recycling isn't an issue as these are immutable classes.) SetMarshalData(new UiaCoreApi.UiaAndOrCondition(UiaCoreApi.ConditionType.Or, _conditionArrayHandle.DangerousGetHandle(), _conditions.Length)); } #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods ////// Returns an array of the sub conditions for this condition. /// ////// The returned array is a copy; modifying it will not affect the /// state of the condition. /// public Condition [ ] GetConditions() { return (Condition []) _conditions.Clone(); } #endregion Public Methods //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields Condition [ ] _conditions; SafeConditionMemoryHandle _conditionArrayHandle; #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
- PageHandlerFactory.cs
- Crypto.cs
- LoaderAllocator.cs
- RegexFCD.cs
- PropertyValue.cs
- SchemaDeclBase.cs
- AbandonedMutexException.cs
- ObservableDictionary.cs
- WindowsStatic.cs
- RoleManagerEventArgs.cs
- AssemblyUtil.cs
- ImageListUtils.cs
- RecognitionEventArgs.cs
- ObjectSet.cs
- InlineUIContainer.cs
- XpsImageSerializationService.cs
- _SslState.cs
- InitialServerConnectionReader.cs
- WorkflowViewElement.cs
- Clause.cs
- EncodingInfo.cs
- ManualResetEvent.cs
- IPipelineRuntime.cs
- ColorConverter.cs
- XmlWriterSettings.cs
- counter.cs
- MissingMethodException.cs
- SelectorAutomationPeer.cs
- ResXDataNode.cs
- XmlSchemaSequence.cs
- BindingNavigator.cs
- StrokeNodeOperations.cs
- EventLogQuery.cs
- SecurityUtils.cs
- SafeThemeHandle.cs
- CapabilitiesState.cs
- FilterElement.cs
- ProcessRequestArgs.cs
- DependencySource.cs
- WebPartZoneBase.cs
- FilterableAttribute.cs
- SapiAttributeParser.cs
- HttpListenerPrefixCollection.cs
- CreateUserWizard.cs
- ReceiveSecurityHeaderElementManager.cs
- WaitForChangedResult.cs
- TextDataBindingHandler.cs
- Int32Rect.cs
- MethodImplAttribute.cs
- PowerStatus.cs
- EditingCommands.cs
- HttpCapabilitiesEvaluator.cs
- EncodingStreamWrapper.cs
- RealizationContext.cs
- UnsafeNativeMethods.cs
- RecognizerInfo.cs
- GrammarBuilderDictation.cs
- __Filters.cs
- OracleConnectionFactory.cs
- XXXOnTypeBuilderInstantiation.cs
- XmlSchemaChoice.cs
- IgnoreDeviceFilterElementCollection.cs
- ImageInfo.cs
- Utils.cs
- IApplicationTrustManager.cs
- OrderPreservingMergeHelper.cs
- COAUTHINFO.cs
- EnumerationRangeValidationUtil.cs
- baseshape.cs
- DirectoryGroupQuery.cs
- ViewGenerator.cs
- AggregatePushdown.cs
- AnyReturnReader.cs
- BooleanProjectedSlot.cs
- Double.cs
- ElementMarkupObject.cs
- SByteConverter.cs
- BrowserInteropHelper.cs
- ContextBase.cs
- Rect3DConverter.cs
- TreeIterator.cs
- HandledEventArgs.cs
- ListenDesigner.cs
- TableCellAutomationPeer.cs
- RequestResizeEvent.cs
- XPathSingletonIterator.cs
- diagnosticsswitches.cs
- ViewEventArgs.cs
- WmpBitmapDecoder.cs
- MediaSystem.cs
- CodeLinePragma.cs
- OperationResponse.cs
- NavigationService.cs
- recordstatescratchpad.cs
- IssuedTokenClientCredential.cs
- Application.cs
- RequestBringIntoViewEventArgs.cs
- DesignerForm.cs
- DataContractSet.cs
- SynchronizationContext.cs