Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Automation / Peers / ListBoxItemWrapperAutomationPeer.cs / 1 / ListBoxItemWrapperAutomationPeer.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.Input;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class ListBoxItemWrapperAutomationPeer: FrameworkElementAutomationPeer
{
///
public ListBoxItemWrapperAutomationPeer(ListBoxItem owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "ListBoxItem";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.ListItem;
}
}
}
// 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.Input;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class ListBoxItemWrapperAutomationPeer: FrameworkElementAutomationPeer
{
///
public ListBoxItemWrapperAutomationPeer(ListBoxItem owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "ListBoxItem";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.ListItem;
}
}
}
// 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
- DatasetMethodGenerator.cs
- basenumberconverter.cs
- SystemDiagnosticsSection.cs
- DynamicPropertyHolder.cs
- TcpTransportSecurity.cs
- HostedTransportConfigurationManager.cs
- PasswordPropertyTextAttribute.cs
- LayoutDump.cs
- DeferrableContentConverter.cs
- selecteditemcollection.cs
- PlacementWorkspace.cs
- BStrWrapper.cs
- CodeDefaultValueExpression.cs
- CodeSpit.cs
- TypeConverterHelper.cs
- WindowsHyperlink.cs
- Soap.cs
- IgnoreFlushAndCloseStream.cs
- VsPropertyGrid.cs
- PenLineJoinValidation.cs
- WpfSharedXamlSchemaContext.cs
- OdbcStatementHandle.cs
- SiteMapNode.cs
- ChangeTracker.cs
- ElementsClipboardData.cs
- RegexParser.cs
- Point3DValueSerializer.cs
- Win32.cs
- ProgressBar.cs
- ClientTarget.cs
- IntSecurity.cs
- TdsParameterSetter.cs
- TrackingProvider.cs
- SamlAudienceRestrictionCondition.cs
- MgmtConfigurationRecord.cs
- TypeSchema.cs
- DocumentViewerBase.cs
- TranslateTransform.cs
- VirtualPathProvider.cs
- ZipIOExtraFieldPaddingElement.cs
- ListViewItem.cs
- GridViewDeleteEventArgs.cs
- FieldInfo.cs
- TableHeaderCell.cs
- XmlTypeAttribute.cs
- AllowedAudienceUriElementCollection.cs
- SqlFormatter.cs
- PaintValueEventArgs.cs
- BuildManagerHost.cs
- SharedStatics.cs
- FastPropertyAccessor.cs
- HttpClientCertificate.cs
- DataTableNewRowEvent.cs
- SmtpReplyReader.cs
- Int16AnimationUsingKeyFrames.cs
- FunctionDescription.cs
- EtwTrace.cs
- BCLDebug.cs
- SHA256.cs
- SurrogateEncoder.cs
- XmlSchemaImporter.cs
- DBCSCodePageEncoding.cs
- AmbiguousMatchException.cs
- ActivityWithResult.cs
- SatelliteContractVersionAttribute.cs
- PerformanceCounterCategory.cs
- PKCS1MaskGenerationMethod.cs
- ValueTypeFixupInfo.cs
- Inline.cs
- EditableTreeList.cs
- BaseServiceProvider.cs
- Query.cs
- Localizer.cs
- XmlDataImplementation.cs
- DropShadowEffect.cs
- CodeThrowExceptionStatement.cs
- VBIdentifierName.cs
- DataTableCollection.cs
- ParallelTimeline.cs
- ISFTagAndGuidCache.cs
- XmlnsCache.cs
- UpnEndpointIdentityExtension.cs
- ContentFileHelper.cs
- DtrList.cs
- IPAddressCollection.cs
- SapiAttributeParser.cs
- X509CertificateValidator.cs
- DataControlFieldCell.cs
- ShadowGlyph.cs
- HttpServerChannel.cs
- DataChangedEventManager.cs
- Socket.cs
- WindowsRichEditRange.cs
- Speller.cs
- HttpCapabilitiesBase.cs
- SingleAnimationUsingKeyFrames.cs
- SynchronizedInputPattern.cs
- FaultReason.cs
- RuntimeCompatibilityAttribute.cs
- HttpAsyncResult.cs