Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / 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. 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
- ResourceExpression.cs
- PathSegment.cs
- XmlSchemaSimpleType.cs
- cache.cs
- SponsorHelper.cs
- CodeValidator.cs
- SiteMapNodeItemEventArgs.cs
- VectorConverter.cs
- AccessViolationException.cs
- TargetControlTypeAttribute.cs
- COM2PropertyDescriptor.cs
- UTF8Encoding.cs
- InvalidateEvent.cs
- XmlAnyAttributeAttribute.cs
- SelectingProviderEventArgs.cs
- AutoResizedEvent.cs
- ForceCopyBuildProvider.cs
- ExtendedPropertyCollection.cs
- ElementMarkupObject.cs
- DecoderReplacementFallback.cs
- SingleAnimation.cs
- SimpleHandlerFactory.cs
- CellCreator.cs
- Int32CollectionConverter.cs
- ZipFileInfo.cs
- BaseValidator.cs
- AssemblyResolver.cs
- IndexedGlyphRun.cs
- ParserContext.cs
- FillErrorEventArgs.cs
- TextLineResult.cs
- SchemaImporterExtensionsSection.cs
- HorizontalAlignConverter.cs
- WsdlParser.cs
- DetailsViewPageEventArgs.cs
- ShutDownListener.cs
- DataGridViewSelectedCellCollection.cs
- RightsManagementEncryptedStream.cs
- ViewBase.cs
- StylusEditingBehavior.cs
- XamlReader.cs
- Point3DAnimationUsingKeyFrames.cs
- XmlSchemaSimpleContent.cs
- basecomparevalidator.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- RetriableClipboard.cs
- DataColumnPropertyDescriptor.cs
- SymmetricKeyWrap.cs
- CachedBitmap.cs
- BufferModeSettings.cs
- DataPagerField.cs
- SetterBase.cs
- StrokeNodeOperations.cs
- TransactionManager.cs
- SiteMembershipCondition.cs
- ShadowGlyph.cs
- SmiGettersStream.cs
- NotifyIcon.cs
- SqlRemoveConstantOrderBy.cs
- ZoneIdentityPermission.cs
- TextTreeTextNode.cs
- FunctionParameter.cs
- BindingsCollection.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- ToolStripArrowRenderEventArgs.cs
- HttpFileCollectionWrapper.cs
- DefaultEventAttribute.cs
- updatecommandorderer.cs
- DbProviderFactory.cs
- ToolStripArrowRenderEventArgs.cs
- NamespaceDisplay.xaml.cs
- ServiceNameElement.cs
- SequenceNumber.cs
- XmlSigningNodeWriter.cs
- RestHandler.cs
- RecognitionResult.cs
- CriticalExceptions.cs
- DataRowExtensions.cs
- Win32MouseDevice.cs
- HtmlWindowCollection.cs
- SqlServer2KCompatibilityCheck.cs
- RSAProtectedConfigurationProvider.cs
- DataSetMappper.cs
- Error.cs
- SqlResolver.cs
- BitmapCacheBrush.cs
- UpdateTranslator.cs
- AnimatedTypeHelpers.cs
- EncodingInfo.cs
- TemplateBuilder.cs
- StrokeRenderer.cs
- AttributeCollection.cs
- SolidBrush.cs
- AffineTransform3D.cs
- RouteItem.cs
- ScrollProviderWrapper.cs
- MulticastDelegate.cs
- XamlUtilities.cs
- NamedPipeTransportElement.cs
- HandlerBase.cs