Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Automation / Peers / ListBoxAutomationPeer.cs / 1 / ListBoxAutomationPeer.cs
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ListBoxAutomationPeer: SelectorAutomationPeer { /// public ListBoxAutomationPeer(ListBox owner): base(owner) {} /// override protected ItemAutomationPeer CreateItemAutomationPeer(object item) { return new ListBoxItemAutomationPeer(item, this); } /// override protected string GetClassNameCore() { return "ListBox"; } } } // 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
- DiagnosticsConfigurationHandler.cs
- hwndwrapper.cs
- XpsS0ValidatingLoader.cs
- ExpressionQuoter.cs
- ClientTargetSection.cs
- SubstitutionList.cs
- ContextMenuAutomationPeer.cs
- SharedUtils.cs
- X509SecurityTokenProvider.cs
- CodeGenerator.cs
- AssemblyBuilder.cs
- ResourceAssociationType.cs
- unitconverter.cs
- OdbcDataAdapter.cs
- HighContrastHelper.cs
- TextServicesManager.cs
- UniqueIdentifierService.cs
- SourceFileInfo.cs
- GroupByExpressionRewriter.cs
- ToolStripDropDownButton.cs
- parserscommon.cs
- ApplicationSecurityManager.cs
- ContainerActivationHelper.cs
- EngineSiteSapi.cs
- LineSegment.cs
- _SslSessionsCache.cs
- ToolStripStatusLabel.cs
- SmiRecordBuffer.cs
- TemplateBindingExpression.cs
- AsymmetricKeyExchangeFormatter.cs
- EntityReference.cs
- DockProviderWrapper.cs
- EdmFunction.cs
- HScrollBar.cs
- BinaryObjectWriter.cs
- CommandLineParser.cs
- Tokenizer.cs
- RsaSecurityKey.cs
- xmlglyphRunInfo.cs
- StickyNote.cs
- AssemblyResourceLoader.cs
- DbConnectionClosed.cs
- PriorityRange.cs
- GuidelineSet.cs
- EndpointIdentityConverter.cs
- PropertyChangingEventArgs.cs
- DesignerOptionService.cs
- InputScopeManager.cs
- NumberSubstitution.cs
- Regex.cs
- FileDataSource.cs
- MessageVersionConverter.cs
- MetadataImporter.cs
- BoundingRectTracker.cs
- XamlSerializerUtil.cs
- typedescriptorpermissionattribute.cs
- JsonReader.cs
- CqlQuery.cs
- VisualStyleElement.cs
- OutputCacheSection.cs
- ObjectView.cs
- BuildDependencySet.cs
- SqlComparer.cs
- TypeLibConverter.cs
- DeflateEmulationStream.cs
- Simplifier.cs
- VerifyHashRequest.cs
- NonDualMessageSecurityOverHttp.cs
- RealizedColumnsBlock.cs
- ImageClickEventArgs.cs
- SqlConnection.cs
- SchemaLookupTable.cs
- DocumentOrderQuery.cs
- BeginEvent.cs
- HttpConfigurationSystem.cs
- SByteStorage.cs
- DbParameterCollection.cs
- RefreshEventArgs.cs
- DesignerLinkAdapter.cs
- ServiceObjectContainer.cs
- dataSvcMapFileLoader.cs
- CodeCommentStatementCollection.cs
- TimeoutValidationAttribute.cs
- XmlDataImplementation.cs
- CultureTableRecord.cs
- IISUnsafeMethods.cs
- ClientRuntimeConfig.cs
- ConfigurationValue.cs
- BufferedGraphicsManager.cs
- PocoPropertyAccessorStrategy.cs
- ImageMap.cs
- Utils.cs
- DataGridSortCommandEventArgs.cs
- AttributeData.cs
- AnchoredBlock.cs
- GlobalizationAssembly.cs
- ServiceDescriptionImporter.cs
- StylusLogic.cs
- PointUtil.cs
- HMACSHA1.cs