Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / VirtualizedItemPattern.cs / 1305600 / VirtualizedItemPattern.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Client-side wrapper for VirtualizedItem Pattern // // History: // 10/21/2008 : [....] - created // //--------------------------------------------------------------------------- using System; using System.Windows.Automation.Provider; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Represents items inside containers which can be virtualized, this pattern can be used to realize them. /// #if (INTERNAL_COMPILE) internal class VirtualizedItemPattern: BasePattern #else public class VirtualizedItemPattern: BasePattern #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors private VirtualizedItemPattern(AutomationElement el, SafePatternHandle hPattern) : base(el, hPattern) { _hPattern = hPattern; } #endregion Constructors //------------------------------------------------------ // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///VirtualizedItem pattern public static readonly AutomationPattern Pattern = VirtualizedItemPatternIdentifiers.Pattern; #endregion Public Constants and Readonly Fields //------------------------------------------------------ // // Public Methods // //------------------------------------------------------ #region Public Methods ////// Request that a placeholder element make itself fully available. Blocks /// until element is available, which could take time. /// Parent control may scroll as a side effect if the container needs to /// bring the item into view in order to devirtualize it. /// public void Realize() { UiaCoreApi.VirtualizedItemPattern_Realize(_hPattern); } #endregion Public Methods //----------------------------------------------------- // // Internal Methods // //------------------------------------------------------ #region Internal Methods static internal object Wrap(AutomationElement el, SafePatternHandle hPattern, bool cached) { return new VirtualizedItemPattern(el, hPattern); } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //----------------------------------------------------- #region Private Fields private SafePatternHandle _hPattern; #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: Client-side wrapper for VirtualizedItem Pattern // // History: // 10/21/2008 : [....] - created // //--------------------------------------------------------------------------- using System; using System.Windows.Automation.Provider; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Represents items inside containers which can be virtualized, this pattern can be used to realize them. /// #if (INTERNAL_COMPILE) internal class VirtualizedItemPattern: BasePattern #else public class VirtualizedItemPattern: BasePattern #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors private VirtualizedItemPattern(AutomationElement el, SafePatternHandle hPattern) : base(el, hPattern) { _hPattern = hPattern; } #endregion Constructors //------------------------------------------------------ // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///VirtualizedItem pattern public static readonly AutomationPattern Pattern = VirtualizedItemPatternIdentifiers.Pattern; #endregion Public Constants and Readonly Fields //------------------------------------------------------ // // Public Methods // //------------------------------------------------------ #region Public Methods ////// Request that a placeholder element make itself fully available. Blocks /// until element is available, which could take time. /// Parent control may scroll as a side effect if the container needs to /// bring the item into view in order to devirtualize it. /// public void Realize() { UiaCoreApi.VirtualizedItemPattern_Realize(_hPattern); } #endregion Public Methods //----------------------------------------------------- // // Internal Methods // //------------------------------------------------------ #region Internal Methods static internal object Wrap(AutomationElement el, SafePatternHandle hPattern, bool cached) { return new VirtualizedItemPattern(el, hPattern); } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //----------------------------------------------------- #region Private Fields private SafePatternHandle _hPattern; #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
- RemotingAttributes.cs
- VectorKeyFrameCollection.cs
- InstanceOwner.cs
- Menu.cs
- DllNotFoundException.cs
- DataTableNewRowEvent.cs
- PointAnimationUsingKeyFrames.cs
- FrameworkPropertyMetadata.cs
- ActiveXContainer.cs
- KnownTypes.cs
- TextViewSelectionProcessor.cs
- BinaryObjectWriter.cs
- EntitySqlException.cs
- ScriptingScriptResourceHandlerSection.cs
- ListBoxItem.cs
- SessionIDManager.cs
- MenuItem.cs
- LogConverter.cs
- DateTimeFormatInfoScanner.cs
- BuildManagerHost.cs
- DataBoundLiteralControl.cs
- XPathDocumentNavigator.cs
- Int32Collection.cs
- Events.cs
- TextUtf8RawTextWriter.cs
- Partitioner.cs
- ViewStateModeByIdAttribute.cs
- NativeMethods.cs
- QilGeneratorEnv.cs
- InputLangChangeRequestEvent.cs
- UpdateCommand.cs
- DBSqlParserColumnCollection.cs
- NotConverter.cs
- GeneratedContractType.cs
- EmptyStringExpandableObjectConverter.cs
- KnownTypesProvider.cs
- EventDescriptor.cs
- DataRecordObjectView.cs
- TextLineBreak.cs
- Expression.DebuggerProxy.cs
- SqlUserDefinedTypeAttribute.cs
- VectorConverter.cs
- DataFormats.cs
- PersonalizableTypeEntry.cs
- LinqToSqlWrapper.cs
- DispatchProxy.cs
- SmtpMail.cs
- OdbcParameter.cs
- InternalDuplexBindingElement.cs
- EventRecord.cs
- GreenMethods.cs
- AuthorizationBehavior.cs
- TextTreeTextElementNode.cs
- NamedServiceModelExtensionCollectionElement.cs
- DrawingCollection.cs
- Localizer.cs
- EventLogEntry.cs
- BinaryConverter.cs
- SiteMapHierarchicalDataSourceView.cs
- CreateUserErrorEventArgs.cs
- PermissionSetEnumerator.cs
- DataServiceProviderWrapper.cs
- ObjectQueryState.cs
- DoubleCollectionConverter.cs
- AuthenticationException.cs
- ProtectedConfigurationSection.cs
- TextEffect.cs
- AppDomainProtocolHandler.cs
- HttpConfigurationContext.cs
- DrawingContextWalker.cs
- SerializationAttributes.cs
- SecurityContext.cs
- CharEntityEncoderFallback.cs
- TemplateKeyConverter.cs
- SoapEnumAttribute.cs
- FontUnit.cs
- RPIdentityRequirement.cs
- StylusPointProperties.cs
- OleDbSchemaGuid.cs
- SqlRowUpdatingEvent.cs
- MutexSecurity.cs
- WebPartsPersonalization.cs
- NotImplementedException.cs
- Int64AnimationUsingKeyFrames.cs
- WebPartZoneBaseDesigner.cs
- KeyMatchBuilder.cs
- MetadataItemEmitter.cs
- KernelTypeValidation.cs
- AutoResizedEvent.cs
- DbDataRecord.cs
- Comparer.cs
- TabItem.cs
- TypeSystem.cs
- MatrixTransform.cs
- XmlSchemaSimpleTypeList.cs
- XPathCompileException.cs
- ValidatorUtils.cs
- InstanceCreationEditor.cs
- HwndAppCommandInputProvider.cs
- LayoutUtils.cs