Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / AndCondition.cs / 1 / AndCondition.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 AndCondition : Condition #else public class AndCondition : Condition #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor to create a condition that is true if all of the sub-conditions are true /// /// One or more sub-condition public AndCondition( 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.And, _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 AndCondition : Condition #else public class AndCondition : Condition #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructor to create a condition that is true if all of the sub-conditions are true /// /// One or more sub-condition public AndCondition( 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.And, _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
- SendSecurityHeaderElementContainer.cs
- AttributeEmitter.cs
- InlineCollection.cs
- InputQueue.cs
- _StreamFramer.cs
- ReadOnlyHierarchicalDataSource.cs
- DataObjectSettingDataEventArgs.cs
- UnsafeNativeMethods.cs
- StyleSheet.cs
- TableItemPattern.cs
- HttpPostedFileWrapper.cs
- Processor.cs
- EdmComplexPropertyAttribute.cs
- PasswordPropertyTextAttribute.cs
- TextAdaptor.cs
- Int32Rect.cs
- UrlMappingsSection.cs
- COM2Enum.cs
- LineBreakRecord.cs
- EditorZone.cs
- Scene3D.cs
- SmtpMail.cs
- ConnectionManagementElementCollection.cs
- Select.cs
- ProxyElement.cs
- SqlRemoveConstantOrderBy.cs
- DataControlCommands.cs
- WinFormsSpinner.cs
- CommandSet.cs
- OdbcTransaction.cs
- DependencyPropertyAttribute.cs
- ScaleTransform3D.cs
- ThemeDirectoryCompiler.cs
- WindowsRichEditRange.cs
- FixedSOMSemanticBox.cs
- MembershipSection.cs
- CopyAction.cs
- WinFormsComponentEditor.cs
- MouseOverProperty.cs
- DefaultBinder.cs
- HyperLinkColumn.cs
- WbemProvider.cs
- GradientStop.cs
- SqlFacetAttribute.cs
- AuthenticateEventArgs.cs
- SimplePropertyEntry.cs
- SymmetricKey.cs
- ReachSerializerAsync.cs
- RangeValidator.cs
- ArraySegment.cs
- HwndSourceParameters.cs
- TableCell.cs
- SafeMILHandleMemoryPressure.cs
- AccessDataSource.cs
- streamingZipPartStream.cs
- Calendar.cs
- XsltInput.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- StringValidator.cs
- QueryableFilterUserControl.cs
- RegexCharClass.cs
- AxisAngleRotation3D.cs
- CommonDialog.cs
- ServiceOperationHelpers.cs
- documentsequencetextview.cs
- NetworkStream.cs
- ReflectionServiceProvider.cs
- FamilyTypefaceCollection.cs
- FindCriteriaElement.cs
- SpeechRecognizer.cs
- Matrix3D.cs
- XmlRootAttribute.cs
- RotateTransform.cs
- AutoCompleteStringCollection.cs
- QueryPageSettingsEventArgs.cs
- MediaCommands.cs
- ParseElement.cs
- RsaSecurityKey.cs
- ReadOnlyCollectionBase.cs
- XmlSchemaExporter.cs
- DBCSCodePageEncoding.cs
- ButtonRenderer.cs
- GAC.cs
- BookmarkInfo.cs
- TextParagraphView.cs
- TypeConverterHelper.cs
- WebHttpBinding.cs
- TypeResolver.cs
- WebCodeGenerator.cs
- TextBox.cs
- FlowLayoutSettings.cs
- UInt16.cs
- AvTrace.cs
- InfoCardProofToken.cs
- UIElementParaClient.cs
- OleDbParameter.cs
- RootNamespaceAttribute.cs
- ValidatedControlConverter.cs
- dataobject.cs
- IItemContainerGenerator.cs