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
- StylusPointPropertyInfoDefaults.cs
- _DisconnectOverlappedAsyncResult.cs
- TextDecorationCollection.cs
- SelectQueryOperator.cs
- BrowserCapabilitiesFactoryBase.cs
- DbProviderFactory.cs
- RequiredFieldValidator.cs
- OperatingSystem.cs
- SingleQueryOperator.cs
- MiniAssembly.cs
- PropertyTabAttribute.cs
- ToolStripCodeDomSerializer.cs
- ZeroOpNode.cs
- StylusOverProperty.cs
- FixedPage.cs
- AddressingVersion.cs
- ListView.cs
- SetterBaseCollection.cs
- ProtocolsSection.cs
- ListCollectionView.cs
- ProxyAttribute.cs
- DelegatedStream.cs
- PropertyBuilder.cs
- DBConcurrencyException.cs
- CacheManager.cs
- TextWriter.cs
- DataGridViewCellFormattingEventArgs.cs
- Polyline.cs
- CopyAttributesAction.cs
- XPathSingletonIterator.cs
- PropertiesTab.cs
- TransformPattern.cs
- Attributes.cs
- WebServiceTypeData.cs
- ALinqExpressionVisitor.cs
- PtsContext.cs
- TemplateXamlParser.cs
- DateBoldEvent.cs
- _NativeSSPI.cs
- DES.cs
- SchemaComplexType.cs
- WebPartDescription.cs
- ProxyWebPartManager.cs
- CustomAttribute.cs
- EntitySetDataBindingList.cs
- DesignerHost.cs
- Expr.cs
- COM2FontConverter.cs
- PageCatalogPartDesigner.cs
- ChannelServices.cs
- DecimalFormatter.cs
- RoutedEventArgs.cs
- DataSetSchema.cs
- DataGridColumnCollectionEditor.cs
- DocumentViewerBaseAutomationPeer.cs
- UpdateRecord.cs
- PageParserFilter.cs
- EdmPropertyAttribute.cs
- KeyValuePair.cs
- CodeArrayCreateExpression.cs
- InputProcessorProfilesLoader.cs
- ScalarRestriction.cs
- XmlSchemaDocumentation.cs
- UntypedNullExpression.cs
- HttpException.cs
- XmlStringTable.cs
- XmlArrayItemAttribute.cs
- autovalidator.cs
- BinaryObjectInfo.cs
- GlobalId.cs
- DataSourceSelectArguments.cs
- QuaternionAnimationBase.cs
- ping.cs
- ConnectionOrientedTransportChannelFactory.cs
- XmlUTF8TextReader.cs
- DictionaryEntry.cs
- GridViewColumnHeader.cs
- HttpStreamMessage.cs
- XPathDescendantIterator.cs
- LabelAutomationPeer.cs
- OutputScopeManager.cs
- OneOfConst.cs
- CollectionCodeDomSerializer.cs
- MemberBinding.cs
- FileDetails.cs
- CodeCommentStatementCollection.cs
- SQLByte.cs
- DecoderReplacementFallback.cs
- HotCommands.cs
- PenLineJoinValidation.cs
- LinearKeyFrames.cs
- DBConcurrencyException.cs
- WorkflowViewElement.cs
- PropertyToken.cs
- KernelTypeValidation.cs
- CheckBoxDesigner.cs
- BinaryMessageEncodingElement.cs
- BooleanAnimationUsingKeyFrames.cs
- DiagnosticTrace.cs
- CorrelationQueryBehavior.cs